>
>   There are a few outstanding issues for a 0.9.0 release:
>1. The generate script error (which you have a possible solution)
>2. Marshaling FlashHash in rails so that a simple rails app works using
>    webrick
>3. We need to commit a version of rubygems (we want gems installed out
>    of the box for people to use).  This involves simple wrappers which
>    allows gems to work by just including gems in path.
>
>   For number one, we will likely use your patch.  It will make Rails
>work which I think is important.  I have some reservations about this
>topic since it is not entirely clear how we should solve it.
>
>   I have like 70% of marshalling working for this case (marshalling
>in general will need some work during next release to do this right).
>FlashHash now marshals properly, but the load code is not quite there
>yet.  Of course, once I get this going I need to make sure I did not
>regress Marshalling elsewhere (like RubyGems).
>
>   I will get a release out this week if it kills me :)
>
>   We should have not gotten greedy with getting webrick/rails combo working
>for 0.9.0...  But it is way too tempting.  Plus I cannot feel bad about
>recent progress even if it did hold up release a little bit.
>
>-Tom

Ah, yes, I know where you're coming from here.
I have some reservations about the line separator issue too, but nothing 
serious enough to keep the patch out for now. We'll have to fix the issue 
correctly at some point, though.

Marshalling is somewhat tricky, but when I last checked the code, it didn't 
seem to be that much of a problem. What are the complications? Is the error 
with FlashHash that our marshalling doesn't dump the class name for native 
classes?

I wish I could help more, but until thursday I'll be more or less unable to 
do any JRuby work since my day work have this disturbing tendency to become 
evening-work. and night-work. and morning-work. and weekend-work.

But if there is something really important, throw me a mail and I'll see if 
I can find some time.

Of course, it feels great with all the current progress!

(Did you check the new Signal version, by the way?)

/O




_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to