Marcus,

I patched Jikes compiler, it works fine for me know. Please test and get back
if you need to modify something more.

PS. the problem with your patch was (as I see it) that it would parse only first error,
appending all other errors (if any) to the message of first error.

Vadim

> -----Original Message-----
> From: Marcus Crafter [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 02, 2001 8:29
> To: [EMAIL PROTECTED]
> Subject: RE: [C2 patch] Jikes 1.14
> 
> 
> Hi Vadim,
> 
> On Fri, 29 Jun 2001, Vadim Gritsenko wrote:
> 
> > Just one quick question: does this patch breaks backward compatibility,
> > or not? I could apply it stright away if I would know that it does not break
> > anything :)
> 
>       :-)
> 
>       I've just tested it on my system (Debian GNU/Linux i386 unstable) with
>       Jikes 1.13 and 1.14 and everything works fine. What versions were
>       people previously using ? Perhaps we should document which versions of
>       Jikes we support ?
> 
> > PS: Especially line 
> > +                if (line.length() == 0) {
> > because IIRC line can be null on the end of stream...
> 
>       Yes, good point. Attached is an updated diff with a check for null.
> 
>       Thanks for your email and feedback mate. Much appreciated. :-)
> 
>       Cheers,
> 
>       Marcus
> 
> -- 
>         .....
>      ,,$$$$$$$$$,      Marcus Crafter
>     ;$'      '$$$$:    Computer Systems Engineer
>     $:         $$$$:   Open Software Associates GmbH
>      $       o_)$$$:   82-84 Mainzer Landstrasse
>      ;$,    _/\ &&:'   60327 Frankfurt Germany
>        '     /( &&&
>            \_&&&&'     Email : [EMAIL PROTECTED]
>           &&&&.        Business Hours : +49 69 9757 200
>     &&&&&&&:           After Hours    : +49 69 49086750
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to