Re: [svn:parrot] r29914 - trunk/languages/perl6/src/builtins

2008-08-01 Thread Jonathan Worthington
Will Coleda wrote: On Thu, Jul 31, 2008 at 6:12 PM, <[EMAIL PROTECTED]> wrote: Additionally, it's scary that Parrot was segfaulting as a result of using a string set with null $S0 style code and then using such a string with the open op. Not sure what the right answer is, but the current w

Re: [svn:parrot] r29914 - trunk/languages/perl6/src/builtins

2008-08-01 Thread Will Coleda
On Thu, Jul 31, 2008 at 6:12 PM, <[EMAIL PROTECTED]> wrote: > Additionally, it's scary that Parrot was segfaulting as a result of using a > string set with null $S0 style code and then using such a string with the > open op. Not sure what the right answer is, but the current way things are is >