
update checkoutlist
1 lines of code changed in:
initial checkin
113 lines of code changed in:
initial checkin
28 lines of code changed in:
trivial
1 lines of code changed in:
trivial
2 lines of code changed in:
Fix for GROOVY-50, plus test.
17 lines of code changed in:
trivial
1 lines of code changed in:
trivial
1 lines of code changed in:
trivial
2 lines of code changed in:
trivial
0 lines of code changed in:
Trivial change to test damagecontrol.
2 lines of code changed in:
Fixing double-quoted string interpolation. Building from CST to AST was failing
due to iterating children nodes ineffectively.
9 lines of code changed in:
First attempt at GROOVY-14
106 lines of code changed in:
Front-end fix for GROOVY-41
Backend borks on && binary op.
8 lines of code changed in:
Fix for GROOVY-43.
a+b+c
40 lines of code changed in:
Okay, borked something trying to get named-parameters+closure but borked
something along the way. Dunno what.
Trying to pass, now:
TupleExpression( MapExpression, Closure )
for your wacky closure sugar, but it ain't wanting to play friendly.
So, I think non-named work, named seem to maybe work, but the closure is
getting lost? AntBuilder is getting a request for a 'doCall' datatype
which is clearly wrong.
Anyhow, b0rked. Offline soon. Pass the hot potato.
46 lines of code changed in:
Seemed to not break non-named params, and I think named params for
method calls should work now.
85 lines of code changed in:
Fix for GROOVY-23.
While!
31 lines of code changed in:
Fix for GROOVY-18.
:= has gone away, in favour of == for EQUALITY testing.
==, which previously meant IDENTITY testing has, as noted immediately
above, has become an EQUALITY test.
So, to do IDENTITY testing, you need === (yes, that's right, 3 of'em).
Three equals, ===, for IDENTITY testing.
Two for EQUALITY.
There is no :=
Hi mom.
191 lines of code changed in:
Round 3... doing the final bit of the trade-off for prettier closures
in exchange for requiring parenthesis around conditional expressions
in statements such as 'for', 'if' and 'while'.
All in the name of groovy being the friendly alternative to XML.
44 lines of code changed in:
(58 more)