[Ironruby-core] Review: Kernel.system fix

2009-05-26 Thread Shri Borde
http://github.com/shri/ironruby/commit/73e175bc448480423e2417adc80955149c7dd914 Files changed: * Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/rubyspec/core/kernel/system_spec.rb * Merlin/M

Re: [Ironruby-core] Flagged enums

2009-05-26 Thread Thibaut Barrère
Hi, a follow-up on flagged enums: >> AnchorStyles.Bottom | AnchorStyles.Left I seem to remember a commit that mentioned it was supported, but I'm not sure. Currently, either "||" or "|" fail on this example (| gives method undefined, || returns only Bottom). Has it been implemented ? Should I

Re: [Ironruby-core] mono builds

2009-05-26 Thread Seo Sanghyeon
2009/5/26 Ivan Porto Carrero : > Is there somebody on this list who could get me started debugging a mono > application? Do you have trouble debugging Mono applications? mdb (Mono Debugger) worked fine for me debugging IronPython. Maybe I can help you. (You may contact me off-list or on Freenode I

[Ironruby-core] mono builds

2009-05-26 Thread Ivan Porto Carrero
Hi I'm going to kill off the mono-builds repo. When I build our mono branch or the ironruby master branch with mono ironruby gets broken for comparing Arrays the <=> throws a NullReferenceException When I use the binaries that are compiled on windows it works. That in combination with the fact th