paulk-asert commented on code in PR #2841:
URL: https://github.com/apache/groovy/pull/2841#discussion_r3887975697
##########
src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java:
##########
@@ -212,6 +213,7 @@ public static void commandLineCompile(String[] args,
boolean lookupUnnamedFiles)
*/
public static CommandLine configureParser(CompilationOptions options) {
CommandLine parser = new CommandLine(options);
+ parser.setCaseInsensitiveEnumValuesAllowed(true); // GROOVY-12312:
--error-format=short
Review Comment:
not sure if the line you are commenting on is the one you mean - I found
another nearby that was a merge glitch that is now fixed and this line is gone
with the refactor.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]