Re: [Jruby-devel] Thread#kill

2006-04-26 Thread Charles O Nutter
On 4/26/06, Evan Buswell <[EMAIL PROTECTED]> wrote: > Since YARV (and therefore Ruby 2.0) seems to be planning switching from > Green Threads to Native Threads (or at least that's what I get from > looking through the cryptic notes at > http://glu.ttono.us/articles/2005/10/14/yarv-progress-report)

Re: [Jruby-devel] Thread#kill

2006-04-26 Thread Evan Buswell
Since YARV (and therefore Ruby 2.0) seems to be planning switching from Green Threads to Native Threads (or at least that's what I get from looking through the cryptic notes at http://glu.ttono.us/articles/2005/10/14/yarv-progress-report) do we even *want* to implement green threads? If we are com

Re: [Jruby-devel] SourcePosition in the AST

2006-04-26 Thread Werner Schuster (murphee)
Mirko Stocker wrote: On Tuesday 25 April 2006 18:27, Werner Schuster (murphee) wrote: I'm wondering: why don't you just generate TextEdits for the original TextBuffer (file, or whatever) instead of generating the code from the AST? Well yes, we thought about that, but our tutor suggeste