Skip to content

Commit

Permalink
Update Truffle and mx
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Apr 17, 2020
1 parent df90bac commit 4551376
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api.object"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.dsl.processor"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.object"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.object.basic"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.tck"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api.profiles"/>
<classpathentry kind="src" path="src_gen">
Expand Down
3 changes: 0 additions & 3 deletions .factorypath
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<factorypath>
<factorypathentry kind="WKSPJAR" id="/TRUFFLE_API/truffle-api.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="WKSPJAR" id="/TRUFFLE_DSL_PROCESSOR/truffle-dsl-processor.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="WKSPJAR" id="/TRUFFLE_DSL_PROCESSOR_INTERNAL/truffle-dsl-processor-internal.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="WKSPJAR" id="/TRUFFLE_DSL_PROCESSOR_INTEROP_INTERNAL/truffle-dsl-processor-interop-internal.jar" enabled="true" runInBatchMode="false"/>
</factorypath>
4 changes: 2 additions & 2 deletions .graal-git-repo
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GRAAL_REPO_URL = "https://github.com/smarr/truffle.git"
MX_REPO_URL = "https://github.com/graalvm/mx.git"

# And these are the repo revisions we test against
GRAAL_REPO_REV = "efc4e8796cce52b5472ff341ec1115bb488d94f4"
MX_REPO_REV = "54a872f3939a7de117b8297501a53b1afae16b0b"
GRAAL_REPO_REV = "ef6c98a56fd2c141cc71ad1aa31ce4f96d8e9d35"
MX_REPO_REV = "2da5ffc8f06720e4ca6c48f04f02ff1d83f6ebc6"


def update(lines, var, val):
Expand Down

0 comments on commit 4551376

Please sign in to comment.