[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

overriding SCITE warning

Surjit Nameirakpam

12/3/2007 9:04:00 PM

I am using SCITE to run my ruby code. The output pane also displays all
the warning and it looks a bit cluttered. Is there any setting i can do
in SCITE so that it doesn't display the warnings.
--
Posted via http://www.ruby-....

2 Answers

Mikel Lindsaar

12/3/2007 11:57:00 PM

0

Note: parts of this message were removed by the gateway to make it a legal Usenet post.

On Dec 4, 2007 8:04 AM, Surjit Nameirakpam <surjit.meitei@gmail.com> wrote:

> I am using SCITE to run my ruby code. The output pane also displays all
> the warning and it looks a bit cluttered. Is there any setting i can do
> in SCITE so that it doesn't display the warnings.
>

Depends what your warning is. If it is "warning, your computer will explode
in 30 seconds" then you might be (or might already be) out of luck.

That is a tongue in cheek way of saying, "It would help if you posted the
warning text you are worried about".

Regards,

Mikel

Surjit Nameirakpam

12/4/2007 2:05:00 PM

0

Good Joke !!!!!!!!!!

These are the warnings i am getting

C:/ruby/lib/ruby/1.8/Mathn.rb:118: warning: already initialized constant
Unify
C:/ruby/lib/ruby/1.8/Mathn.rb:306: warning: already initialized constant
Unify
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:78:
warning: already initialized constant VERSION
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:713:
warning: already initialized constant FieldInfo
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:717:
warning: already initialized constant DateMatcher
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:721:
warning: already initialized constant DateTimeMatcher
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:751:
warning: already initialized constant Converters
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:772:
warning: already initialized constant HeaderConverters
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:800:
warning: already initialized constant DEFAULT_OPTIONS
C:/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.1/lib/Faster_csv.rb:1856:
warning: already initialized constant FCSV
--
Posted via http://www.ruby-....