Bug reports
Christian Humer
christian.humer at gmail.com
Tue Apr 7 15:17:39 UTC 2015
Hi Renze,
Bugs may be reported here: https://bugs.openjdk.java.net/browse/graal
Alternatively we can also skip the bug system and I can directly help you here on the mailing list.
Regarding your issue: this looks very much like a bug. Usually cleaning and rebuilding your project should lead to the same result as building your project incrementally (change a single file). Are your sources available somewhere?
- Christian Humer
On 07.04.2015 17:09:27, Renze Torensma <renzetorensma at gmail.com> wrote:
Is there a place where we can file or discuss bugs?
For example, when I change something in my type system all nodes that use that type system produce the error "The used type system 'truffle.types.RascalTypes' is invalid. Fix errors in the type system first.”. Changing something in the file and reverting that change and save the file fixes the problem, but doing this for all node files takes a long time and can become frustrating..
More information about the graal-dev
mailing list