> Hi, > > By generator started coming up with the error "maximum recursion depth > exceeded in cmp" today but I don't know why; some googling suggested > adding > "sys.setrecursionlimit(1500)" - which I did, only to find the generator > /already/ was set to 1500 as a workaround for bug#2922. > > I've changed my generator.py to 2500 and that's fixed my problem, but does > anyone know what causes this and what the underlying problem is? > > It appears to be related to using very long strings when the length of
Where? In your JS source code? In translatable strings? > the > string grows beyond a certain point..boom, but I can't reproduce it in an > isolated example. You could revert your change, and re-run generate.py with the -s option. Then, post the ensuing stack trace (or at least the tail part of it if it is too big). T. ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
