mx icon indicating copy to clipboard operation
mx copied to clipboard

Command-line tool used for the development of Graal projects.

Results 43 mx issues
Sort by recently updated
recently updated
newest added

As part of #87, an `output` attribute was added to be able to extract the contents of the distribution. However to get to a meaningful state, the `output` attribute has...

enhancement

`mx sforceimport` does not use the location specified in the suites to fetch new revisions but the default remote of the clone. This is for example a problem if one...

enhancement

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...

Recently the graal-core gate switched to importing the Truffle suite as a binary dependency. This had the unfortunately side effect of stopping the Truffle unit tests from being run on...

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...

As suggested in https://github.com/graalvm/graal-core/issues/72, the checkstyle command should use batch processing for all projects that share the same checkstyle configuration. We can probably re-use some of the batching logic from...

Hello, Our Jenkins build on Windows 2019 server, VS 2019 has been running just fine for months, GraalVM (Mandrel distribution) 21.3, 22.x, master... Up until some mx updates I haven't...

This is really a very minor things, though, every time I do a `mx eclipseinit` and it reminds me of MX_BUILD_EXPLODED, I spend a few minutes figuring out whether I...

OCA Verified

It's currently a little bit (~600MB) wasteful downloading GraalJS

We have a use case to run a Quarkus application on IBM z systems To obtain a native binary specific for s390x architecture, we need mandrel, was trying to build...