Re: [perl #61290] [BIG] can't peek on stdin
[email protected] (chromatic)
| Newsgroups | perl.perl6.internals,perl.perl6.internals |
|---|---|
| Organization | Snafu |
| Message-ID | <[email protected]> |
On Wednesday 24 December 2008 15:57:20 Bob Rogers wrote: > Are you sure this works? Have you checked that the resulting string is > correct? See Trac #52. Fixed in r34399 -- calling Parrot_allocate_string() on the fake string constructed for reading broke things. Parrot_reallocate_string() works better. -- c