help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Funny gst-convert bug


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Funny gst-convert bug
Date: Sat, 19 Jul 2014 20:09:53 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Sat, Jul 19, 2014 at 07:54:06PM +0200, Holger Hans Peter Freyther wrote:
> Hi,
> 
> using the two attached files and executing:
> 
>  gst-convert -F squeak -f gst -o fileout.st with_comment.st with_code.st
> 
> will generate a slightly broken output. The copyright header will be mangled
> in a very strange way. I have not investigated the source of the issue.


> "abc"

So somehow this comment does not end as a "SourceComment" but changing
the string length of this comment will change where the line in with_code
is being broken.

When I remove the "Object subclass: ABC" then no SourceComment will be
created. This somehow looks like the tokenizer will not end a comment
based on the '"'? The '"abc"' never ends up in a comment

holger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]