May 2004 Commit Log

Number of Commits:
112
Number of Active Developers:
9
jstrachan 2004-05-26 16:44

attempt to trim down the build time

10 lines of code changed in:

jstrachan 2004-05-26 14:35

added an extra constructor to allow a Writer to be passed into the constructor

5 lines of code changed in:

jstrachan 2004-05-26 14:31

added a getter so folks can access the underyling connection if they want to

13 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+13)
glaforge 2004-05-25 22:28

Applied patch for GROOVY-468 from Mark.

Fixed a NPE in the constructor of MethodNode when the return type argument was passed as null.

17 lines of code changed in:

spullara 2004-05-24 06:37

FIX GROOVY-313: It looks like we can only use reflectors for public methods, we weren't handling the package case.

7 lines of code changed in:

spullara 2004-05-23 21:38

FIX GROOVY-426: If your negative index is out of bounds, you will now get an exception instead of a strange wrapping behavior or an infinite loop.

12 lines of code changed in:

spullara 2004-05-23 21:06

FIX GROOVY-414: Applied patch to allow the use of variable names that are the lowercase versions of class names.

46 lines of code changed in:

spullara 2004-05-23 21:05

FIX GROOVY-459: This appropriately adds a text child instead of attempting to set the value on a non-text element.

1 lines of code changed in:

spullara 2004-05-22 19:50

FIX GROOVY-492: Patch applied.

6 lines of code changed in:

bran 2004-05-22 11:11

added auto-box for primitive fields in outer classes. fixed Groovy-480

25 lines of code changed in:

spullara 2004-05-22 07:11

FIX GROOVY-357: This fixes the include problem but this servlet needs to be rewritten with something akin to the ScriptingEngine so things get reloaded properly.

9 lines of code changed in:

spullara 2004-05-22 02:19

FIX GROOVY-408: Attempting to pass a non-String (like a GString) to the pattern operator would cause a verify error. I replaced the implementation with one that converts the object to a string first with a subsequent change of the interface.

3 lines of code changed in:

tug 2004-05-19 07:21

allow access to the method property (used when a closure wraps a class method)

11 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/lang: Closure.java (+11)
tug 2004-05-18 19:14

allow setMetaClass

8 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/lang: Closure.java (+8 -6)
tug 2004-05-18 18:35

Limit the properties that can be used on a closure

29 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/lang: Closure.java (+29 -14)
spullara 2004-05-18 08:13

Give it a default run size

0 lines of code changed in:

  • groovy/groovy-core/src/test/groovy/xml/dom: DOMTest.groovy (changed)
spullara 2004-05-18 08:12

Fix GROOVY-430. This uncovered something I consider to be odd. Properties and subscripts are entirely different and have to be overridden in two different ways. I fixed the ServerCategory and made GroovyServlet use it. MetaClass was also falling through even though it found a generic get method.

79 lines of code changed in:

spullara 2004-05-18 07:15

Add Matcher.getLastMatcher() to support getting the internal matcher used for if and case statements if they want to pull groups out of the match.

79 lines of code changed in:

spullara 2004-05-18 00:14

Doh, take out some debug information.

0 lines of code changed in:

glaforge 2004-05-17 23:27

Fixing problems with the BSF integration (GROOVY-475)

11 lines of code changed in:

spullara 2004-05-17 21:56

Category methods should not be cached. Otherwise, you can't unscope them.

58 lines of code changed in:

jstrachan 2004-05-17 16:00

Applied patch from Mark Chu-Carroll for GROOVY-422 - many thanks Mark!

257 lines of code changed in:

jstrachan 2004-05-17 11:26

use beaver for distribution & site addresses

2 lines of code changed in:

jstrachan 2004-05-17 08:53

applied patch from Robert to fix NodePrinter

24 lines of code changed in:

jstrachan 2004-05-17 08:27

added patch from Alexey Verkhovsky

97 lines of code changed in:

tug 2004-05-16 21:31

Remove try catch to deal with change to closure code

2 lines of code changed in:

tug 2004-05-16 21:30

Substantial rewrite of Closure.java plus consequent changes to other classes

448 lines of code changed in:

glaforge 2004-05-16 21:25

no message

0 lines of code changed in:

tug 2004-05-16 16:04

add Eclipse related files

25 lines of code changed in:

bran 2004-05-16 08:29

removed faulty code to set LocalVraibleTable so that jdk1.5 won't complain. see groovy-477

8 lines of code changed in:

bran 2004-05-15 07:22

the continue in switch now jump to the right scope. fixed groovy-386

42 lines of code changed in:

bran 2004-05-15 06:12

corrected typos in comments

2 lines of code changed in:

bran 2004-05-15 06:10

removed unused imports

3 lines of code changed in:

bran 2004-05-15 06:07

now subclass properties won't get ignored

2 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/util: Expando.java (+2 -1)
bran 2004-05-15 05:53

added method to create a subset of the orginal dataset

6 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: DataSet.java (+6)
bran 2004-05-15 05:48

added two constructors

7 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/lang: Script.java (+7)
bran 2004-05-15 05:29

overrode the super class' default getText()

3 lines of code changed in:

bran 2004-05-15 05:27

added a public method to set the declaring class of the method

6 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/ast: MethodNode.java (+6)
bran 2004-05-15 05:09

added a public method to set the owner of the field

6 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/ast: FieldNode.java (+6)
bran 2004-05-15 04:58

added a define method that opens up super.define() that works on raw bytes

9 lines of code changed in:

bran 2004-05-15 04:52

added updatedCount field

33 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/sql: Sql.java (+33 -4)
bran 2004-05-14 11:50

to create more descriptive inner class names for closures

33 lines of code changed in:

ckl 2004-05-14 11:22

check for script return value

5 lines of code changed in:

bran 2004-05-14 11:18

added me on the dev list:)

10 lines of code changed in:

jstrachan 2004-05-14 09:28

fix Ant dependency and updated mail list URLs

20 lines of code changed in:

tug 2004-05-13 08:15

Add proper licence comment plus some anal retentive format changes :)

47 lines of code changed in:

goetze 2004-05-12 21:52

Check that return expressions are not used for methods that return void

11 lines of code changed in:

spullara 2004-05-12 21:32

Add the setters to the servlet getters in the category.

16 lines of code changed in:

spullara 2004-05-12 21:29

This change makes the template system more multithread friendly. Instead of setting the binding on the template, use the make() methods to create writables.

90 lines of code changed in:

jstrachan 2004-05-12 21:03

minor refactor to allow ClassGenerator to be implemented using some Java AST model instead of ASM. This lets us experiment while preserving the AST back end until we make a choice on which direction to go in.

5587 lines of code changed in:

jstrachan 2004-05-12 21:01

upgraded to latest Ant

2 lines of code changed in:

ckl 2004-05-12 20:11

upgrade to new groovy release, hoera

46 lines of code changed in:

goetze 2004-05-12 19:56

Return null for void return statements when return type not explicitly declared.

Also fixed a problem when there was no final return statement on void methods.

60 lines of code changed in:

jstrachan 2004-05-12 17:32

updated the version number for the next release snapshot

2 lines of code changed in:

jstrachan 2004-05-12 15:57

sorted out the version number ready for a release

7 lines of code changed in:

jstrachan 2004-05-12 15:56

tidied up the eclipse classpath a little

2 lines of code changed in:

jstrachan 2004-05-12 14:30

Applied patch from Arjun Nayyar for GROOVY-119

42 lines of code changed in:

jstrachan 2004-05-12 12:48

Applied Bing Ran's awesome patch which fixes all the following issues...



GROOVY-321, GROOVY-324, GROOVY-412, GROOVY-373, GROOVY-453, GROOVY-385, GROOVY-451, GROOVY-199, GROOVY-372

GROOVY-405, GROOVY-387



Never has 1 patch fixed so many issues before! Awesome! Simply Awesome!

283 lines of code changed in:

cpoirier 2004-05-11 10:49

Added "property" as a keyword identifier.

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax: Types.java (+1)
jstrachan 2004-05-11 10:33

make the DC build auto-deploy the website

1 lines of code changed in:

tug 2004-05-11 10:17

Remove the debugging lines as the DC build now works

0 lines of code changed in:

tug 2004-05-11 10:04

Try to fix DC failure by ensuring that the strings being compared produced with identical encodings

0 lines of code changed in:

glaforge 2004-05-10 23:26

Temporarily changed the test to see if DamageControl is feeling better with it

(currently, this test fails on DC unfortunately, though it passes on windows)

0 lines of code changed in:

glaforge 2004-05-10 22:40

no message

0 lines of code changed in:

glaforge 2004-05-10 22:40

Restoring DC's build

2 lines of code changed in:

goetze 2004-05-10 22:26

Added support for bit shift operators (<<, >>, >>>)

164 lines of code changed in:

glaforge 2004-05-10 21:43

no message

1 lines of code changed in:

glaforge 2004-05-10 21:15

Added the distributionDirectory and distributionSite tags, so that the download links for the distribution and the jars at the same URL as it used to be in the past, before the move

3 lines of code changed in:

tug 2004-05-10 18:19

First check in of GStringTemplateEngine

279 lines of code changed in:

glaforge 2004-05-10 07:24

no message

1 lines of code changed in:

glaforge 2004-05-09 22:07

no message

6 lines of code changed in:

glaforge 2004-05-09 21:50

no message

1 lines of code changed in:

glaforge 2004-05-09 21:44

no message

1 lines of code changed in:

glaforge 2004-05-09 21:26

Third attempt at making DC's build to work

1 lines of code changed in:

glaforge 2004-05-09 21:14

Added a line, just to see if DC manages to monitor changes again and build groovy as it was the case before the move...

1 lines of code changed in:

glaforge 2004-05-09 21:04

First attempt at restoring the DC continuous integration process

6 lines of code changed in:

glaforge 2004-05-09 18:01

GROOVY-452's NPE fixed, and restored the expansion of Class-Path, so that even a mal-formed path be parsed. When Chris adds warning capabilities to the compiler, we'll be able to warn the user that he uses a jar with a malformed manifest file.

35 lines of code changed in:

glaforge 2004-05-07 22:51

Added John "tug" Wilson in the @author tag of the javadoc

1 lines of code changed in:

glaforge 2004-05-07 22:49

Trying to fix the SCM mails not going to the mailing list, by adding log-accum

84 lines of code changed in:

glaforge 2004-05-07 22:22

Wrong email address for the mailing list

1 lines of code changed in:

glaforge 2004-05-07 22:15

Minor fixes: removed unused variables and updated minor typos in the JavaDoc

3 lines of code changed in:

glaforge 2004-05-07 21:57

Changed the nagEmailAddress of the build tag.

I hope it should fix the problem with commit mails not going to the scm mailing list.

1 lines of code changed in:

glaforge 2004-05-07 21:13

Changes in the properties to reflect the move from hogshead to beaver.

2 lines of code changed in:

glaforge 2004-05-07 21:07

Improved GroovyConsole script (GROOVY-448)

136 lines of code changed in:

goetze 2004-05-07 21:02

Brian Larson's coerce to double patch

88 lines of code changed in:

ckl 2004-05-07 11:30

refactor widget factory

99 lines of code changed in:

ckl 2004-05-07 10:54

upgrade tot latest swt-forms dep

232 lines of code changed in:

tug 2004-05-06 18:01

Add base64 encoding and decoding methods

142 lines of code changed in:

ckl 2004-05-06 17:41

set parent property as current

13 lines of code changed in:

jstrachan 2004-05-06 17:24

commented out System.out

1 lines of code changed in:

ckl 2004-05-06 16:51

could this be the start of implementing better feedback ...

4 lines of code changed in:

ckl 2004-05-06 16:17

improve guiBuilder

25 lines of code changed in:

ckl 2004-05-06 15:40

override parent from properties

2 lines of code changed in:

spullara 2004-05-05 20:40

Fixed some incompatibilities with the clover build due to naming.

4 lines of code changed in:

tug 2004-05-05 11:12

Fix typo

1 lines of code changed in:

tug 2004-05-05 11:06

Change the StreamingDOMBUilder test to be more comparable with the DOMBuilder one.

Update the benchmark results to reflect this change

0 lines of code changed in:

  • groovy/groovy-core/src/test/groovy/xml/dom: DOMTest.groovy (changed)
goetze 2004-05-04 23:04

spg commit test

9 lines of code changed in:

jstrachan 2004-05-04 18:21

deleted old wiki files, they're now in the wiki...

http://docs.codehaus.org/pages/listpages.action?key=GROOVY

0 lines of code changed in:

jstrachan 2004-05-04 18:15

added more tests from Mark CC

21 lines of code changed in:

jstrachan 2004-05-04 17:33

removed the old wiki files from CVS - we now use the online wiki here...

http://docs.codehaus.org/pages/listpages.action?key=GROOVY

0 lines of code changed in:

cpoirier 2004-05-04 07:11

Added progress callback so Zohar can monitor compilation progress.

59 lines of code changed in:

spullara 2004-05-04 04:34

GROOVY-441: Regression test added

14 lines of code changed in:

cpoirier 2004-05-04 04:29

Test case for fix of GROOVY-389.

21 lines of code changed in:

cpoirier 2004-05-04 04:27

*** empty log message ***

1 lines of code changed in:

spullara 2004-05-04 03:54

GROOVY-441: patch applied

11 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/lang: GString.java (+11 -14)
glaforge 2004-05-03 22:54

Applied Jason's suggested changes to provide compatibility with Maven 2

50 lines of code changed in:

ckl 2004-05-03 19:19

use correct layout method

2 lines of code changed in:

spullara 2004-05-03 17:39

putAll rather than addAll works great

1 lines of code changed in:

zohar 2004-05-03 02:01

Removed Eclipse spe