On Wed, 11 Jul 2007 23:49:34 -0700
Mark Glines (via RT) <[EMAIL PROTECTED]> wrote:
> perl6str.pmc has an extra-long "pmclass" statement, which
> breaks the #line numbering when pmc2c generates the .c file.
> 
> The line numbers are wrong in the generated perl6str.c file.
> get_string() starts on line 160, but the generated .c file lists it as
> starting on line 154.  get_number() starts on line 63, but is #listed
> as starting on line 57.

tewk's branch merge (r20228) seems to have fixed this.  The tests
should still be valid, so I've added those, but the main issue of this
ticket is now resolved.

Mark

Reply via email to