[root]/groovy/groovy-core/src/main/org/codehaus/groovy/wiki
Remove redundant wiki manipulation code, amend Maven 1 build to remove references to the code, and to the dependent jars.
0 lines of code changed in:
fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)
0 lines of code changed in:
Overhaul of Groovy parser and lexer. Includes numerous bug fixes, enhancements,
and changes.
20 lines of code changed in:
Fixes for GROOVY-94, GROOVY-118, GROOVY-114, GROOVY-113, GROOVY-111, GROOVY-99
Also added the first cut of the user guide
Patched the JUnit test case generation from the wiki to handle scripts as well as methods.
Patched the $ escaping logic to allow $${foo} to be used to represent the ${foo} string
Made strings support multi-line spanning
Improved some of the lexical exception messages
Added sample script to convert HTML into wiki notation
Added useWriter/Reader/InputStream/OutputStream making it easier to work with streams without having to clutter your code with resource closing code.
46 lines of code changed in:
Upgraded to the latest, greatest ASM version 1.4.1
Also removed a few compiler warnings with some redundant code
0 lines of code changed in:
refactored Expando and GroovyLog into the groovy.util package.
also minor change to the wiki generated unit tests; use *Test.groovy as the source code to be consistent with the groovy file & class name
1 lines of code changed in:
Code refactor to clean things up a bit.
refactored the exceptions in org.codehaus.groovy.runtime into groovy.lang.
To avoid potential clashes with java.lang.NoSuchMethodException I've renamed the NoSuch*Exceptions to be Missing*Exceptions
Also renamed ScriptContext to be Binding which is simpler and a little more Rubyesque
Also got the wiki unit test cases finally working. We still need to test {code:gsh} but other than that its looking good
4 lines of code changed in:
First attempt at creating JUnit test cases from the wiki documentation. Nearly there.
12 lines of code changed in: