March 2004 Commit Log

Number of Commits:
204
Number of Active Developers:
8
tug 2004-03-31 17:54

As a semicolon for Chris

1 lines of code changed in:

tug 2004-03-31 16:00

Change the name of the class to match the name of the file

0 lines of code changed in:

jstrachan 2004-03-29 20:37

Patch to invoke get/set property methods directly on Groovy objects via bytecode

42 lines of code changed in:

jstrachan 2004-03-29 16:28

added helper method for builder implementations

4 lines of code changed in:

jstrachan 2004-03-29 13:05

Applied optimisation patch from Artur Biesiadowsk

59 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/parser: ASTBuilder.java (+59 -37)
ckl 2004-03-29 11:48

allow reuse of parent script binding

18 lines of code changed in:

tug 2004-03-28 18:11

add the declareAlias function

Only works dot the default namespace at the moment

Code generator bug stops the namespace version working

65 lines of code changed in:

tug 2004-03-27 16:55

Small refactor to remove code smell

24 lines of code changed in:

tug 2004-03-27 15:47

Use the correct closure to process undeclared tags

59 lines of code changed in:

  • groovy/groovy-core: .classpath (+58 -29)
  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/markup: Builder.java (+1 -1)
jstrachan 2004-03-27 14:33

updated documentation a little

7 lines of code changed in:

jstrachan 2004-03-27 12:50

Applied patch from Tim Ellison to fix things on IBM's JVMs

2 lines of code changed in:

jstrachan 2004-03-26 19:54

Applied patch by Ivan Z. Ganza for GroovyResultSet to implement ResultSet

2463 lines of code changed in:

jstrachan 2004-03-26 19:28

fixing the eclipse plugin to correct jar versions

3 lines of code changed in:

jstrachan 2004-03-26 19:27

Applied patch from Michael Campbell to allow lots of command line args

1 lines of code changed in:

  • groovy/groovy-core/src/bin: groovy.bat (+1 -1)
ckl 2004-03-26 18:12

added FormLayout and SashDemo

125 lines of code changed in:

ckl 2004-03-26 17:55

allow setProperty with primitive arrays, only one and two dimensional arrays are allowed

177 lines of code changed in:

tug 2004-03-26 13:10

Make the empty reponse exception work with a closure

5 lines of code changed in:

tug 2004-03-26 12:49

Fix problem when zero parameters passed

Make emty reponse error clearer

10 lines of code changed in:

tug 2004-03-26 12:14

Allow a closure to take the result of an XML-RPC call

31 lines of code changed in:

jstrachan 2004-03-26 12:00

Added Artur to the contributor list

4 lines of code changed in:

jstrachan 2004-03-26 10:36

Applied patch for GROOVY-323 kindly submitted by abies - sorry I don't know you're real name :)

54 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/ast: CompileUnit.java (+54 -26)
jstrachan 2004-03-26 09:19

patched the build to include Ant 1.6 and all the necessary jars for running basic Ant stuff with junit

13 lines of code changed in:

jstrachan 2004-03-26 08:40

Added link to VIM plugin

1 lines of code changed in:

jstrachan 2004-03-26 07:57

added more ant tests and demonstration of how to create paths

16 lines of code changed in:

jstrachan 2004-03-25 20:29

added support for bitwise AND, OR and mod operations on numbers

188 lines of code changed in:

jstrachan 2004-03-25 20:29

added a link to Brian's plugin for SubEthaEdit

2 lines of code changed in:

jstrachan 2004-03-25 20:28

added an extra debug message

1 lines of code changed in:

jstrachan 2004-03-25 20:28

added a little test for junit Ant task

41 lines of code changed in:

jstrachan 2004-03-25 12:30

removed unnecessary import

0 lines of code changed in:

jstrachan 2004-03-25 12:06

updated jedit website

15 lines of code changed in:

jstrachan 2004-03-25 10:14

slightly neater still :)

1 lines of code changed in:

jstrachan 2004-03-25 10:12

Added a helper method to XmlParser to make things simpler

21 lines of code changed in:

jstrachan 2004-03-25 10:01

tidied up the test case some more

4 lines of code changed in:

jstrachan 2004-03-25 08:17

Fix for GROOVY-280 kindly supplied by abies@pg.gda.pl - many thanks!

5 lines of code changed in:

glaforge 2004-03-25 02:00

Added Thread.start{closure} and Thread.startDaemon{closure}

See GROOVY-260

63 lines of code changed in:

glaforge 2004-03-25 01:35

Implementation of GROOVY-315.

It is now possible to create static groovy methods in DefaultGroovyStaticMethods.java.

169 lines of code changed in:

glaforge 2004-03-25 01:32

Removed CharsetReaderTest and associated file, before provinding better tests and samples when I have implemented the -encoding flag

0 lines of code changed in:

tug 2004-03-24 19:27

Add a unit test for StreamingMarkupBuilder

0 lines of code changed in:

tug 2004-03-24 09:58

move declareNamespace into the markup keyword namespace

distinguish between the closure used to handle aliased tags and the default closure

94 lines of code changed in:

jstrachan 2004-03-24 08:28

test case and fix for GROOVY-308. Note that Writeable now has a return value which might break Writeable implementations

60 lines of code changed in:

zohar 2004-03-24 00:52

fixed GROOVY-302

16 lines of code changed in:

zohar 2004-03-24 00:36

New Incremental Builder , bug fixs in content outline

0 lines of code changed in:

zohar 2004-03-24 00:34

New Inceremntal Builder, Fixed another content outline bug ( tree viewer dispose again )

282 lines of code changed in:

tug 2004-03-23 22:22

Make markup keywords use their own namespace

99 lines of code changed in:

jstrachan 2004-03-23 19:26

added a page for JEdit integration

22 lines of code changed in:

jstrachan 2004-03-23 19:08

removed hard coded paths added by the groovy plugin

0 lines of code changed in:

jstrachan 2004-03-23 15:39

test case and fix for GROOVY-311

21 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/lang: MetaClass.java (+9 -1)
  • groovy/groovy-core/src/test/org/codehaus/groovy/bsf: BSFTest.java (+12)
tug 2004-03-23 15:23

get the xml: namespace URI right

1 lines of code changed in:

tug 2004-03-23 14:46

added constuctor taking a map to allow tags to be aliased

added a renameTag method to change the mapping

15 lines of code changed in:

jstrachan 2004-03-23 14:20

test case and fix for modification of GROOVY-303 and Bing's new issue

123 lines of code changed in:

tug 2004-03-23 11:18

Fix bad GSting format in Error mssage - thanks Sam!

1 lines of code changed in:

spullara 2004-03-23 11:08

The line numbers in the template now line up to the line numbers in the generated script so exceptions match up.

10 lines of code changed in:

tug 2004-03-22 15:29

Now used StreamingMarkupBuilder

200 lines of code changed in:

tug 2004-03-22 14:43

Add a possible replacement for MarkupBuilder

109 lines of code changed in:

jstrachan 2004-03-22 10:10

removed some cruft from TODO

0 lines of code changed in:

zohar 2004-03-20 02:47

refelctes latest cvs code , works with integration build , bug fixes , test runner

0 lines of code changed in:

zohar 2004-03-20 02:45

Update to work with latest integration build , minor bug fixes , enabled running tests using standard runnre mecahnism

112 lines of code changed in:

zohar 2004-03-19 22:47

removed a System.out.println from getClassPath(), that was printing a [] on every call

12 lines of code changed in:

jstrachan 2004-03-19 19:18

Test case and fix for GROOVY-303



Test case in src/test/groovy/bugs/Groovy303_Bug.groovy

101 lines of code changed in:

ckl 2004-03-19 12:59

fix for ClosureListenerTest

1 lines of code changed in:

ckl 2004-03-19 11:31

set values of public fields which do not have setters/getters

57 lines of code changed in:

zohar 2004-03-18 23:57

new build with content outline bug fix

1 lines of code changed in:

jstrachan 2004-03-18 12:37

Applied Brian's optimizations

12 lines of code changed in:

ckl 2004-03-18 09:51

refactoring, added GuiBuilderDemo

388 lines of code changed in:

zohar 2004-03-18 01:42

groovy eclipse m7 binary distro

1 lines of code changed in:

zohar 2004-03-18 01:39

M7 update , content outline bug fixes

63 lines of code changed in:

zohar 2004-03-18 01:37

wrong jar name for groovy

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/Groovy: plugin.xml (+1 -1)
zohar 2004-03-18 00:39

update to M7 and cleanup

7 lines of code changed in:

ckl 2004-03-17 20:00

changed dep to groovy-1.0-beta-4

1 lines of code changed in:

jstrachan 2004-03-17 14:49

added Ted's talk, better FAQ entry and started adding Henri's documentation patches

84 lines of code changed in:

jstrachan 2004-03-16 16:11

added test cases for findAll() and collec() on Node

18 lines of code changed in:

jstrachan 2004-03-16 14:33

added an IO page

2 lines of code changed in:

jstrachan 2004-03-16 12:37

added Brian as a contributor

4 lines of code changed in:

jstrachan 2004-03-16 12:31

applied Brian's patches for GROOVY-256

140 lines of code changed in:

jstrachan 2004-03-15 21:31

test case and fix for GROOVY-278

33 lines of code changed in:

jstrachan 2004-03-15 19:28

test cases and fix for GROOVY-252

39 lines of code changed in:

jstrachan 2004-03-15 16:58

commented out failing test case I committed by accident

3 lines of code changed in:

jstrachan 2004-03-15 16:40

getter methods should use isXXX() rather than getXXX().



added a test case for Remo's issue

38 lines of code changed in:

jstrachan 2004-03-15 09:30

test case for GROOVY-269

20 lines of code changed in:

jstrachan 2004-03-15 09:26

fix to handle calling super constructors

37 lines of code changed in:

jstrachan 2004-03-14 23:20

Fix for GROOVY-57 and for the super.methodCall() issues

480 lines of code changed in: