Thu, 29 Nov 2012 11:07:05 +0100Saving some space by using single letter variable instead of 'stack'
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 29 Nov 2012 11:07:05 +0100] rev 220
Saving some space by using single letter variable instead of 'stack'

Thu, 29 Nov 2012 10:47:49 +0100No need to embed String definition 82 times. Once is enough.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 29 Nov 2012 10:47:49 +0100] rev 219
No need to embed String definition 82 times. Once is enough.

Thu, 29 Nov 2012 00:02:37 +0100Changing the release of all components to 0.3
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 29 Nov 2012 00:02:37 +0100] rev 218
Changing the release of all components to 0.3

Wed, 28 Nov 2012 21:38:37 +0100The functions need to be defined in global object right now
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 28 Nov 2012 21:38:37 +0100] rev 217
The functions need to be defined in global object right now

Wed, 28 Nov 2012 17:58:10 +0100Merging work on lazy loading. Seems stable enough to produce a simple demo.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 17:58:10 +0100] rev 216
Merging work on lazy loading. Seems stable enough to produce a simple demo.

Wed, 28 Nov 2012 17:57:19 +0100Dump code to file in case of unexpected result lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 17:57:19 +0100] rev 215
Dump code to file in case of unexpected result

Wed, 28 Nov 2012 14:51:52 +0100We can load in dependant classes lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 14:51:52 +0100] rev 214
We can load in dependant classes

Wed, 28 Nov 2012 13:41:33 +0100Using named function expression allows an easy self reference from inside the function. Plus giving byte code tranlators a chance to customize the field to store the method into lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 13:41:33 +0100] rev 213
Using named function expression allows an easy self reference from inside the function. Plus giving byte code tranlators a chance to customize the field to store the method into

Wed, 28 Nov 2012 00:29:00 +0100The identify function does not seem to be needed lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 00:29:00 +0100] rev 212
The identify function does not seem to be needed

Wed, 28 Nov 2012 00:25:57 +0100Lazy evaluation can execute simple static method lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 28 Nov 2012 00:25:57 +0100] rev 211
Lazy evaluation can execute simple static method