Re: [qooxdoo-devel] treegenerator bug

2006-09-26 Thread Alex D.
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

[qooxdoo-devel] treegenerator bug

2006-09-26 Thread Alex D.
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

Re: [qooxdoo-devel] treegenerator bug

2006-09-26 Thread Sebastian Werner
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

Re: [qooxdoo-devel] treegenerator bug

2006-09-25 Thread Sebastian Werner
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

[qooxdoo-devel] treegenerator bug

2006-09-22 Thread Alessandro Sala
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