Charles Oliver Nutter
Charles Oliver Nutter
Ok I assumed that's what it was.
I updated RG and Bundler in 6d81f8308b so this can be merged.
I never saw this the first time through, but @mkristian covered our equivalent feature for JRuby gems with Maven-source jar dependencies. This unsurprisingly uses the jar-dependencies library we ship with...
Huh yeah that doesn't seem right. I wonder if it's something to do with how it's compiling the code? Like perhaps it's compiling `message` as a method call since there's...
There's an opportunity here to make adjustments in this behavior. Perhaps it would make more sense to do what other 223 engines do and have each engine get its own...
It is unfortunate that you can bind new variables after forcing a script to compile, but I worry about deferring the compilation until first use. The delayed syntax checking you...
> Believe Groovy does only allow method calls wout parenthesis when there isn't ambiguity Now that I think about it I remember the only cases where you can make a...
The JavaPackage modules definitely violate a lot of Ruby standards by removing those methods, but we have been reluctant to replace them with something more compliant. The primary concern for...
Auditing old issues that mention me... Is there anything else to do here?
Still failing as of latest refinement work from #5627 and #5604 so this is still open. Additional work on refinements may pick this case up.