This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 095630f Tweak GINQ test rig
095630f is described below
commit 095630f3e59a9d5ad299218976df4a128db897fb
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Nov 28 00:05:56 2020 +0800
Tweak GINQ test rig
---
.../src/test/groovy/org/apache/groovy/ginq/tools/GinqTestRig.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/subprojects/groovy-ginq/src/test/groovy/org/apache/groovy/ginq/tools/GinqTestRig.groovy
b/subprojects/groovy-ginq/src/test/groovy/org/apache/groovy/ginq/tools/GinqTestRig.groovy
index a8cc945..cac83b4 100644
---
a/subprojects/groovy-ginq/src/test/groovy/org/apache/groovy/ginq/tools/GinqTestRig.groovy
+++
b/subprojects/groovy-ginq/src/test/groovy/org/apache/groovy/ginq/tools/GinqTestRig.groovy
@@ -31,7 +31,7 @@ import org.codehaus.groovy.control.Phases
class GinqTestRig {
static String inspect(String src) {
String result = new AstNodeToScriptAdapter()
- .compileToScript(src, Phases.SEMANTIC_ANALYSIS,
+ .compileToScript(src, Phases.CONVERSION,
new GroovyClassLoader(), false, true,
new
CompilerConfiguration(CompilerConfiguration.DEFAULT))