Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide release_version for class BinarySuite #82

Merged
merged 1 commit into from
Mar 14, 2016
Merged

Conversation

olpaw
Copy link
Member

@olpaw olpaw commented Mar 14, 2016

In mx.graal-core/mx_graal_8.py _updateGraalPropertiesFile() calls
release_version for the jvmci suite. In the binary suite usecase this
results in: AttributeError: BinarySuite instance has no attribute
'release_version'. To make jvmci usable as binary suite release_version
is provided for class BinarySuite.

See: #71

In mx.graal-core/mx_graal_8.py _updateGraalPropertiesFile() calls
release_version for the jvmci suite. In the binary suite usecase this
results in: AttributeError: BinarySuite instance has no attribute
'release_version'. To make jvmci usable as binary suite release_version
is provided for class BinarySuite.
@dougxc
Copy link
Member

dougxc commented Mar 14, 2016

This is actually more about making graal-core available as a binary suite.

@dougxc dougxc added the accept label Mar 14, 2016
olpaw added a commit that referenced this pull request Mar 14, 2016
Provide release_version for class BinarySuite
@olpaw olpaw merged commit 4dce276 into graalvm:master Mar 14, 2016
dougxc pushed a commit that referenced this pull request May 17, 2016
* commit '8ed06d553c71fcbeaecc7c1f433971e73a853109':
  Only load mx.mx/env when it's the primary suite and pick up defaults from ~/.mx/env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants