[root]/groovy/groovy-core/src/tck/src/org/codehaus/groovy/tck
* deprecated the range operator '...' , all groovy code should now use '..<' instead
* added initial java2groovy tool, use at your own risk
Enjoy
Jez.
1 lines of code changed in:
Remove all @Property usage
6 lines of code changed in:
Fix Groovy-1037: Primitive types don't have default values.
4 lines of code changed in:
* Changed GroovyShell.run(...) methods to return an Object
* Wrapped scripts that are junit tests in TestSuites, so that junit returns TestResults
* Modified TCK tools to look for success of tests within tests
31 lines of code changed in:
* Added a suite of tests and tools that make up the Groovy Technology Compatibility Kit (TCK)
- the Groovy TCK will be called during a normal groovy-core (testing) build
- modified maven.xml to call TCK sub-build that generates tests based on files in src/tck/test
- added UberTestCaseTCK.java that allows us to develop TCK tests, even if groovy-core doesn't yet pass TCK
- begun TCK itself by adding in first two sections of chapter 3 of the GLS (thanks to Alan Green for these)
(see $3.1 and $3.2 of http://groovy.codehaus.org/jsr/spec/AltChapter03LexicalStructure.html )
759 lines of code changed in: