Re: [MacRuby-devel] [MacRuby] #577: EXC_BAD_ACCESS in IO.read

2010-01-27 Thread MacRuby
#577: EXC_BAD_ACCESS in IO.read -+-- Reporter: spamtr...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor| Milestone:

[MacRuby-devel] 0.6 and Garbage Collection (or lack of same)

2010-01-27 Thread Jimmy Selgen Nielsen
Is there something fishy with the garbage collection in 0.6 ? I'm using 2010/01/26, and the garbage just seems to pile up. Running the following code will make memory usage go straight through the roof, until SIGSEGV is received. def get_digest(file) digest = Digest::MD5.new() fil

[MacRuby-devel] Question about current design

2010-01-27 Thread Emmanuel Pinault
Hi, I am looking through the repository and although I understand that some class are directly mapping to Object-C class instead, I am curious about how do you go to bring a new version of Ruby 1.9.x? Since you are replacing most of the code in string.c for example, will you to backport all t

Re: [MacRuby-devel] [MacRuby] #576: It's possible to close STDOUT (and presumably other standard IO streams)

2010-01-27 Thread MacRuby
#576: It's possible to close STDOUT (and presumably other standard IO streams) ---+ Reporter: matt...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] is there a way to use ruby namespaces in IB?

2010-01-27 Thread Michael Johnston
I found that if I make an object controller in and set its class to "Bar", it will find any Bar class regardless of nesting in modules. If I define: class Bar;end # in Bar.rb && module Foo; class Bar; end; end; # in Foo/Bar.rb it seems at runtime to randomly choose one of the two (doesn't seem

[MacRuby-devel] problems implementing a NSEntityMigrationPolicy?

2010-01-27 Thread Michael Johnston
Hi, I'm having trouble implementing a NSEntityMigrationPolicy. Has anyone used subclasses of NSEntityMigrationPolicy in macruby successfully? I've narrowed it down to the empty macruby implementation, which looks like this: {{{ class V3RecipeIngredientToIngredient < NSEntityMigrationPoli