On Thu, May 14, 2009 at 11:43 AM, Matt Aimonetti
wrote:
> Jeremy,
>
> I would create a ticket, at least people encountering the same problem
> would be able to easily find a report of the problem.
Right on. I've posted a ticket at
https://www.macruby.org/trac/ticket/253 so we can keep tabs on th
#253: Fibers are unsupported
+---
Reporter: jvoor...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone:
#253: Fibers are unsupported
+---
Reporter: jvoor...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone:
Jeremy,
I would create a ticket, at least people encountering the same problem
would be able to easily find a report of the problem.
BTW, I tested and confirmed the reported issue:
$ ruby1.9 -e "require 'fiber'; Fiber.new{puts 'test'}.resume" # => test
$ macruby -e "require 'fiber'; Fiber.new{p
Hello,
I've just noticed that, at least in 0.4, Fiber#resume causes a
segfault. I found this ticket in trac which obliquely addresses the
issue: https://www.macruby.org/trac/ticket/81.
Laurent: would a new ticket for this issue be helpful or noisy in this case?
Best,
Jeremy Voorhis
Rich Kilmer and I have been working on a new MVC approach for HotCocoa and
Rich is currently implementing a new delegation system between the views and
the controllers to make things way easier.
I didn't check on the modal sheet yet and I don't really know how to
programmatically set all the optio
I decided to push to github a quick experiment I worked on the other night.
http://github.com/mattetti/macruby-doc-app/tree/master
It's simple, dirty and not fully working, but it queries the Cocoa API and
displays the first result in a webkit view. My hope is to convert it to the
new MVC framewo