Paul Woegerer

Results 4 issues of Paul Woegerer

The suite.py constellation below causes: ``` Traceback (most recent call last): File "/home/pwoegere/labs/xxx/mx_olpaw/mx_gate.py", line 267, in gate if mx.command_function('canonicalizeprojects')([]) != 0: File "/home/pwoegere/labs/xxx/mx_olpaw/mx.py", line 8931, in canonicalizeprojects if pkg in...

bug

The call to `_updateGraalPropertiesFile()` in `mx.graal-core/mx_graal_8.py line 73` will fail with jvmci imported as binary suite because there is no definition of `def release_version(self)` for `BinarySuite`. A proper definition needs...

Based on Roland's suggestion we should simplify mx version conflict resolution: Allow solving conflicts only by defining a specific version in the primary suite. This way, dependencies still get transitively...

**Feature request** During the 2022 GraalVM meetup JetBrains (@vvlevchenko & Yuriy Artamonov) asked for a way to figure out for an image with which flags it was built. When we...

feature