[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

YAML warning

Jim Freeze

10/1/2003 3:16:00 PM

Hi

In 1.8.0, I get the following warning when $VERBOSE = true:

src/yaml.y.rb:208: warning: ambiguous first argument; make sure


Why Why? :)

--
Jim Freeze
----------

2 Answers

why the lucky stiff

10/2/2003 5:46:00 PM

0

On Wednesday 01 October 2003 09:16 am, Jim Freeze wrote:
> In 1.8.0, I get the following warning when $VERBOSE = true:
>
> src/yaml.y.rb:208: warning: ambiguous first argument; make sure

There should be no yaml.y.rb references in YAML modules later than 0.49.2.
This error seems to indicate that an older version is being loaded. You
didn't try to install YAML over Ruby 1.8?

_why

Jim Freeze

10/2/2003 7:21:00 PM

0

On Friday, 3 October 2003 at 2:46:13 +0900, why the lucky stiff wrote:
> On Wednesday 01 October 2003 09:16 am, Jim Freeze wrote:
> > In 1.8.0, I get the following warning when $VERBOSE = true:
> >
> > src/yaml.y.rb:208: warning: ambiguous first argument; make sure
>
> There should be no yaml.y.rb references in YAML modules later than 0.49.2.
> This error seems to indicate that an older version is being loaded. You
> didn't try to install YAML over Ruby 1.8?
>

Ahh yes. It was an old copy of yaml lying around.

Thanks

--
Jim Freeze
----------
Absurdity, n.:
A statement or belief manifestly inconsistent with one's own
opinion.
-- Ambrose Bierce, "The Devil's Dictionary"