Here's an interesting one with 0.8.2-pre but I suspect it applies everywhere.

I had a member like:

 someName:function(){
  var qx = ..
}

Interestingly enough I didn't use the qx namespace within that
function, so it worked fine in the source version. But it made the
build version bark.

It was stupid of me to not realize that I accidently uses a local
variable with the same name as the namespace.

But here's wishlist type bug:
- give a warning in both the source/build version if there is assigned
to the qx namespace in any local classes.

Although it's not a very common mistake, it is the sort of bug that is
hard to catch. Esspecially when the source version works, yet the
build version barks weirdly that the whole class is not defined at
all. I was looking and looking for some dependency bug, because that
was what I assumed it to be.

2008/12/15 thron7 <[email protected]>:
> Hi all,
>
> I would like to declare tomorrow, Tuesday December 16th, Generator Bug
> Hunting Day :-).
>
> We have applied a lot of changes to the build process recently, some
> fixing bugs, but also user-visible changes to config keys and their
> processing. All of you who are working on applications using the qooxdoo
> trunk version, and are willing to take a challenge, if you could update
> your installation to the latest revision and run the hell of jobs
> (source, build, ...) against your app, that would be terrific :). Any
> issues you find you could post as a reply to this post, or directly file
> a bug report. This will greatly help us in bringing out the 0.8.1
> release later this week.
>
> Particularly, you will want to check your configs against the reference
> page, looking for "0.8.1" entries:
> http://qooxdoo.org/documentation/0.8/generator_config_ref
>
> Thanks,
> Thomas
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> 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