whiteknight/io_cleanup1 branch ready for testing

James E Keenan jkeen at verizon.net
Thu Aug 16 01:57:54 UTC 2012


On 8/15/12 8:33 PM, James E Keenan wrote:

> Change in 6c44a3a9a8 to line 95 of src/pmc/stringhandle.pmc is likely
> suspect:
>
> data_struct->record_separator = CONST_STRING(interp, '\n');
>
> In tools/build/c2str.pl, if $_ does not contain a pair of double quotes
> when this regex is reached at line 151:
>
> my ($str) = m/^\s*"((?:\\"|[^"])*)"/;
>
> ... then nothing will be captured and $str will be undefined.


whiteknight++ fixed this in commit 6d12b98fdd.



More information about the parrot-dev mailing list