Hi guys, I've just come across an error during my 'generate build' run: <code> ... >>> Collecting classes <type 'exceptions.AttributeError'> : 'str' object has no attribute 'sub' ... </code>
It seems that in line 136 of reducer.py there is a typo. https://github.com/qooxdoo/qooxdoo/blob/master/tool/pylib/ecmascript/transform/optimizer/reducer.py#L136 Shouldn't the line there read operatOR instead of operatION ? /Peter *********************************************** Achtung, wir sind umgezogen! Unsere neue Adresse: TIS GmbH Müller-Armack-Str. 8 46397 Bocholt *********************************************** ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
