Truffle dependency moved to git
Gilles Duboscq
gilles.m.duboscq at oracle.com
Tue Jan 19 18:40:03 UTC 2016
Hi,
The main truffle repo has moved to git and is now hosted on github [1].
As a result, we have updated the truffle dependency in graal from the previous hg repo to this new git repo [2].
Since mx can not convert the hg repo to a git repo, after updating past that revision, you should probably just backup your current truffle directory that was checked-out from hg and then delete it.
After that, a command such as "mx sforce" will clone the git repo for you.
Gilles
[1] https://github.com/graalvm/truffle
[2] http://hg.openjdk.java.net/graal/graal-compiler/rev/0912e5d8b1cc
More information about the graal-dev
mailing list