Tag Archives: groovy

Open Source Journaling: Cornerstone

I did another brief update to Cornerstone last night. When parsing floating point numbers, I was doing a parse of an integer, then the dot, then a series of digits, and gluing it all together afterwards. Fred Medlin at the Java Hack Night pointed out that was silly, and I should should parse the value [...]

Posted in Ashlar/Cornerstone, Open Source Journaling | Also tagged , , , , , | Leave a comment

Open Source Journaling: Autobase v0.8.1

Did a bunch of work on Autobase tonight, culminating in a v0.8.1 release. First, I upgraded to Grails 1.1b3. This wasn’t that big a deal, except they moved the staging directory on me, so I had to shift to using stagingDir on the eventWarStart to populate the war. That was on the to-do list for [...]

Posted in Autobase, Open Source Journaling | Also tagged , , | Leave a comment

Feature or Bug, You Decide: Argument Reordering in Groovy

[Edit: Some documentation has been added to clarify this issue -- see Groovy's Extended Guide to Method Signatures on the wiki. And now that I've read through the documentation and grok the way that Groovy is intending to work, I actually like it. At first, though, it was a bit of a nasty shock.] Running [...]

Posted in To Be Categorized | Also tagged | 2 Comments
  • Categories