Will Coleda <[EMAIL PROTECTED]> wrote: > http://rt.perl.org/rt3/Ticket/Display.html?id=33916
> According to this (which in turn was based on Leo's email to the list), we > were shooting for a release on Monday. Well, not exactly. I'm on the German Perl Workshop next week. Release will be after that. > Having just gotten OS X tests passing again, I can now think about > integrating Dan's string branch into main. I should be able to get this done > over the weekend. I have an email out to Dan about what to do following the > grunt work here... Great, thanks. > Leo, I know you've checked in new GC code, but it's not enabled by default, > correct? Yes. It has still too many bugs to enable it by default. But it's in so folks can have a look at it. > Also, what about the design-related issues you mentioned Docu patches are mostly welcome. The current state is still not fully covered. > Finally, do you have any plans for what's next (0.1.3) and when you'd like > to see that cut? I'd like to start planning a few point releases out so we > can start getting a long term implementation plan written out. I'm currently writing a rather largish document. It compares target language implementations (mainly CPython, Perl5, Ruby) by features WRT parrot under special consideration of interoperbility. E.g. what happens (or should happen) in Parrot with a source line: a = b + 2 # $a = $b + 2 The side-effect will be a big TODO list, which just needs some ordering by priority ;) leo