#577: EXC_BAD_ACCESS in IO.read
-+--
Reporter: spamtr...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: minor| Milestone:
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
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
#576: It's possible to close STDOUT (and presumably other standard IO streams)
---+
Reporter: matt...@… | Owner: lsansone...@…
Type: defect | Status: new
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
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