Re: [MacRuby-devel] NSNumber boolean spec

2009-08-04 Thread Eloy Duran
Applied and removed tag, thanks! Eloy On Aug 4, 2009, at 4:15 AM, dan sinclair wrote: The attached patch gets the NSNumber boolean conversion spec working. I'm not sure if the change is correct but I changed the spec from should != to should_not == and it appears to be working correctly

Re: [MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

2009-08-04 Thread MacRuby
#281: Bundles pointing to local MacRuby installation instead of embedded ---+ Reporter: reb...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] experimental branch: status update

2009-08-04 Thread Laurent Sansonetti
Headlines: - macirb should work as before. The local variable bug has been fixed. - macrake should work as before. Running HotCocoa projects should work, you can even build MacRuby with macrake. - new YAML module, API compatible with syck, was added. It is still under development, but it's

[MacRuby-devel] Base64 specs

2009-08-04 Thread dan sinclair
Hello, The attached patch marks some specs that don't execute on Ruby 1.9.2 for me. The other Base64 specs that are broken are due to the TODO in vm_method.c, rb_mod_modfunc to do with changing scope. dan base64.diff Description: Binary data __