added a flag to indicate whether or not the module is being compiled or not (so we can defer compiler plugins until after the module is built)
This commit is contained in:
@@ -89,7 +89,7 @@ public class TestlibTest extends CodegenTestCase {
|
||||
throw new RuntimeException("There were compilation errors");
|
||||
}
|
||||
|
||||
ClassFileFactory classFileFactory = session.generate();
|
||||
ClassFileFactory classFileFactory = session.generate(false);
|
||||
|
||||
final GeneratedClassLoader loader = new GeneratedClassLoader(
|
||||
classFileFactory,
|
||||
|
||||
Reference in New Issue
Block a user