Hi list, (I have unsubscribed from the list. This email refers to a problem I have previous mentioned in IRC before I leave. I have not tested this against the latest version of Library. If this have been fixed, please ignore this email.)
Do you remember the "library cannot compile in eclipse" bug? In case if you don't remember it: The library use a set of function and class ($1, $2 ...) for closure-like behavior. Eclipse have problem when it see this code: import static xxx.$1.$1; import xxx.$1; // this "import" shadow static symbol $1 This was filed as eclipse bug 302865 (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=302865). It turns out this is NOT a eclipse bug, but a Sun javac bug (see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6862569). I am sending this email just in case if you want to fix it in library's code. This can be fixed by simply renaming the classes (or functiones, but not both). Regards, Daniel Cheng (SDiZ)
