[EMAIL PROTECTED] schrieb:
> [EMAIL PROTECTED] writes:
> 
>> Revision: 3328
>> Author:   til132
>> Date:     2006-06-20 05:47:14 -0700 (Tue, 20 Jun 2006)
>> ViewCVS:  http://svn.sourceforge.net/qooxdoo/?rev=3328&view=rev
>>
>> Log Message:
>> -----------
>> ...
>> * Added support for direct execution of functions. E.g: function () {}();
>> ...
> 
> Hi Til,
> 
> While you're at it... :-)
> 
> I've encountered two build problems:
> 
> 1. Standard function declarations within functions.  Currently, if you have:
> 
>   qx.xx.yy.func = function() {
>     function x(y) {
>       // do something
>     }
>   }
> 
> when qooxdoo.js is created, you end up with "function x(y)" merged into a
> single token: "functionx(y)".

I've just tested this. Seems to be really a bug. Please open a new 
report in our bugzilla (with P1 priority).

Sebastian


> 
> 
> 2. Deleted trailing parenthesis.  I haven't yet tracked down exactly what's
> happening, but the source gets modified during the developer build process,
> and it sometimes removes the trailing parenthesis of defineMain().  In
> particular, look at
> 
>   demo/test/Tree_4.html
> 
> The trailing parenthesis is missing (it ends in "};" instead of "});", and if
> you add the parenthesis and then do:
> 
>   tools/make-realclean.sh
>   tools/generate-dev/make.sh
> 
> the trailing parenthesis gets stripped off again.
> 
> Cheers,
> 
> Derrell
> 
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to