Strange... It's ok now. I don't really understand why, but it works.
Probably it was make distclean that helped.
Cheers,
alex.d
> Hi Sebastian,
>
> the last change of treegenerator concerning regular expressions causes
> errors with some classes:
> SyntaxException: Expected statement but found re
Hi Sebastian,
the last change of treegenerator concerning regular expressions causes
errors with some classes:
SyntaxException: Expected statement but found regexp: '// am/'. file
qx.util.format.DateFormat line 182
and it's about this line in DateFormat.js:
case 'a': // am/pm marker
where a co
distclean is sometimes helpful... especially when you use the SVN
version, where the tools themselves get updates, too.
Sebastian
Alex D. schrieb:
> Strange... It's ok now. I don't really understand why, but it works.
> Probably it was make distclean that helped.
>
> Cheers,
> alex.d
>> Hi Seb
Looks good. Applied to SVN. Revision 4334.
Thank you for your on-going support.
Cheers,
Sebastian
Alessandro Sala schrieb:
> Hi sebastian,
>
> I think I've found another bug, this time in treegenerator.py: when
> an expression starts with a pre-increment or pre-decrement operator
> and begins
Hi sebastian,
I think I've found another bug, this time in treegenerator.py: when
an expression starts with a pre-increment or pre-decrement operator
and begins on a new line, soon after a loop or a block, the
treegenerator produces the wrong tree, making the treecompiler
produce wrong code (it t