We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d95bc5 + 93c930c commit 5499757Copy full SHA for 5499757
graalpython/com.oracle.graal.python/.checkstyle_checks.xml
@@ -34,6 +34,7 @@
34
<property name="format" value="^[_a-zA-Z][_a-zA-Z0-9]*$"/>
35
</module>
36
<module name="RedundantImport"/>
37
+ <module name="UnusedImports"/>
38
<module name="LineLength">
39
<property name="max" value="300"/>
40
mx.graalpython/native-image.properties
@@ -3,7 +3,7 @@
3
4
Requires = language:regex language:llvm
5
6
-JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
+JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
7
8
Args = -H:MaxRuntimeCompileMethods=7000 \
9
-H:+AddAllCharsets \
0 commit comments