[Ironruby-core] tests\ironruby\Builtin\test_dir.rb

2008-05-15 Thread Peter Bacon Darwin
I don't know if this file is obsolete yet but currently it gets executed if you do rake test. The following test in this file fails if neither HOME or LOGDIR are set in the environment: describe Dir#chdir do it changes the current directory to HOME or LOGDIR if set do

[Ironruby-core] rake test

2008-05-15 Thread Peter Bacon Darwin
Should I even be running rake test at all? It is now failing further on in the tests: :0:in `do_generate': undefined local variable or method `methods' for main:Object (NoMethodError) from :0:in `#block162' from

[Ironruby-core] IR SVN 107 changes behavior of 'require' (compared to SVN 103)

2008-05-15 Thread Robert Brotherus
IR 103 - IR 107 update broke my program that relies on execution of require '...' strings. I don't know wether this is bug in IR 107 (or incorrect behaviour on IR 103 and earlier), so I did not file a bug report yet. I made a simplified version of my program that exposes this difference with

[Ironruby-core] IronRuby r109 is out

2008-05-15 Thread John Lam (IRONRUBY)
This one should unblock almost all major known bugs. Next steps are to start looking at running some simple Rails unit tests to see what missing APIs fall out of that investigation. Thanks, -John ___ Ironruby-core mailing list

Re: [Ironruby-core] IR SVN 107 changes behavior of 'require' (compared to SVN 103)

2008-05-15 Thread John Lam (IRONRUBY)
Hi Robert, I just tried and it didn't repro here with 108/109. Can you grab 109 and see if this repros on your machine? I hope this isn't some strange locale thing again ... Thanks, -John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert

Re: [Ironruby-core] IR SVN 107 changes behavior of 'require' (compared to SVN 103)

2008-05-15 Thread Peter Bacon Darwin
I can reproduce this bug on r109. First I had to remove the SIGNED compilation symbol otherwise the program couldn't load the IronRuby assembly. I wonder if this is relevant and has some bearing on why John couldn't reproduce it? Pete -Original Message- From: [EMAIL PROTECTED]

[Ironruby-core] ironruby in action is available in EAP

2008-05-15 Thread Ivan Porto Carrero
Hi My book for manning went into EAP. http://manning.com/carrero Cheers Ivan ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

[Ironruby-core] Ruby Design Meeting Tonight

2008-05-15 Thread Michael Letterle
Tonight is the 3rd Ruby Design Meeting at #ruby-core on freenode. http://ruby-design.pbwiki.com/Design20080515 It'd be nice to have some additional IronRuby representation, especially from the core team :) Hope to see some of you there! -- Michael Letterle [Polymath Prokrammer]

Re: [Ironruby-core] IronRuby r109 is out

2008-05-15 Thread Wayne Kelly
From: John Lam (IRONRUBY) [EMAIL PROTECTED] To: ironruby-core@rubyforge.org Subject: [Ironruby-core] IronRuby r109 is out Next steps are to start looking at running some simple Rails unit tests to see what missing APIs fall out of that investigation. I haven't had a chance to investigate