Kaspar Schiess

Results 4 issues of Kaspar Schiess

A simple statement like ``` ruby key, value = db.each(reversed: true).first ``` will leak an iterator and therefore open file descriptors. (even if the db is closed) Doing enough of...

Using qed as `qed -y | tapout`, I get ``` /qed-2.9.1/lib/qed/reporter/tapy.rb:151:in `error': undefined local variable or method `assertion' for # (NameError) from [redacted]/qed-2.9.1/lib/qed/reporter/abstract.rb:73:in `call' from [redacted]/qed-2.9.1/lib/qed/evaluator.rb:320:in `block in advise!' from...

@floere just discovered the following race-condition: - You schedule a task - And then quickly call Scheduler#join The bug is most likely in Scheduler#spawn, where the task is removed from...

Steam doesn't currently work with ruby 1.9. I get the following stack trace: Using the steam profile... undefined method `const_set_nested' for Net:Module (NoMethodError) /usr/local/share/ruby19/lib/ruby/gems/1.9.1/gems/steam-0.0.2/lib/steam/java.rb:17:in`const_set_nested' /usr/local/share/ruby19/lib/ruby/gems/1.9.1/gems/steam-0.0.2/lib/steam/java.rb:38:in `import' /usr/local/share/ruby19/lib/ruby/gems/1.9.1/gems/steam-0.0.2/lib/steam/java.rb:48:in`init' /usr/local/share/ruby19/lib/ruby/gems/1.9.1/gems/steam-0.0.2/lib/steam/java.rb:36:in `import' /usr/local/share/ruby19/lib/ruby/gems/1.9.1/gems/steam-0.0.2/lib/steam/browser/html_unit/client.rb:10:in`class:Client'...