Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-31 Thread Tomas Matousek
. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Wednesday, March 31, 2010 10:04 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Saving to YAML not working as expected. Does Xbuild work then (in place of rake

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-31 Thread Jim Deville
: [Ironruby-core] Saving to YAML not working as expected. Nope, this looks more like a bug in Mono (or the rake build). Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ryan Riley Sent: Tuesday, March 30, 2010 9:07 PM To: ironruby-core

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Tomas Matousek
Nope, this looks more like a bug in Mono (or the rake build). Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ryan Riley Sent: Tuesday, March 30, 2010 9:07 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Saving to YAML

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Ryan Riley
Not sure if this is related, but I just tried building on Mono 2.6.3 on the Mac and am getting a build error here: --- yaml --- BuiltinsOps.cs(135,

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Charles Strahan
Tomas Matousek wrote: > Thanks! I've filed a bug > http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=4284. > > Tomas Hello Tomas! I'm having the exact same problem as Nick. Unfortunately, this error is a show stopper for me. I'm writing an application that needs to read a ton of YAML,

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Tomas Matousek
-core@rubyforge.org Subject: Re: [Ironruby-core] Saving to YAML not working as expected. My ruby isn't the best so i included the source i am working with. 1) start the script (no args) 2) type "buy 10 msft" 3) type "history" (view output) 4) type "exit" 5) view ya

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Nick Hird
t; would help us to identity the issue faster. > > Thanks, > Tomas > > -Original Message- > From: ironruby-core-boun...@rubyforge.org > [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Nick Hird > Sent: Tuesday, March 30, 2010 4:07 AM > To: Ironruby-c

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Tomas Matousek
, 2010 4:07 AM To: Ironruby-core@rubyforge.org Subject: [Ironruby-core] Saving to YAML not working as expected. I am following the Stock Portfolio post from RubyQuiz.com and it involves using YAML for its storage. Under ruby 1.8.7, the data is being saved and loaded with no problem. Under ironruby

[Ironruby-core] Saving to YAML not working as expected.

2010-03-30 Thread Nick Hird
I am following the Stock Portfolio post from RubyQuiz.com and it involves using YAML for its storage. Under ruby 1.8.7, the data is being saved and loaded with no problem. Under ironruby rc4, when it gets saved and then retrieved it changes the data to its object type. For example on the first sam