[root]/groovy/groovy-core/src/test/org/codehaus/groovy/wiki
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 26 (100.0%) | 30 (100.0%) | 1.1 |
| jstrachan | 15 (57.7%) | 22 (73.3%) | 1.4 |
| dierk | 1 (3.8%) | 7 (23.3%) | 7.0 |
| cpoirier | 1 (3.8%) | 1 (3.3%) | 1.0 |
| russel | 4 (15.4%) | 0 (0.0%) | 0.0 |
| mguillem | 1 (3.8%) | 0 (0.0%) | 0.0 |
| glaforge | 3 (11.5%) | 0 (0.0%) | 0.0 |
| blackdrag | 1 (3.8%) | 0 (0.0%) | 0.0 |
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:
GROOVY-1690
Add package declaration corresponding to the folder for (most of) unit tests where it was missing.
0 lines of code changed in:
GROOVY-1202: provide a feature to declare TestCases as 'notYetImplemented' and thus expected to fail: first attempt to make this run on the build server
7 lines of code changed in:
Missing def, required by Jochen's changes if we enable the JSR scope checks
0 lines of code changed in:
Missing def, required by Jochen's changes if we enable the scope JSR checks
0 lines of code changed in:
allow multiline strings only for triple quotes
0 lines of code changed in:
* more working scripts
* fixed bug where case label: followed by default: works now
* fixed bug in build after jez broke it (as the parser directory might not be there)
0 lines of code changed in:
Some conversions of closure syntax, to change | into ::
0 lines of code changed in:
updated the test cases to use JSR parser syntax
0 lines of code changed in:
Overhaul of Groovy parser and lexer. Includes numerous bug fixes, enhancements,
and changes.
1 lines of code changed in:
fixed the SQL test cases
0 lines of code changed in:
disabled some unit test cases until all the user-guide unit test cases are working
2 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.
12 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:
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
2 lines of code changed in:
First attempt at creating JUnit test cases from the wiki documentation. Nearly there.
6 lines of code changed in: