Jurgen J. Vinju
Jurgen J. Vinju
We'd have to think how to do this without breaking the `function` abstraction in Rascal IO.
Hi Bas. Thanks for asking. In what particular way does your example fail? Does the parser throw an `Ambiguity(..)` exception or a `ParseError` exception? By the way, the code you...
@basvdheuvel if the layout non-terminal is ambiguous itself, the highlighter will choose one of the alternatives and highlight accordingly. This can look quite arbitrary but it should be deterministic, so...
this depends on #1502 to be solved, because we don't accept static type errors in the standard library anymore.
This [ERROR]: > https://github.com/usethesource/rascal/runs/2745706968?check_suite_focus=true#step:5:752 is caused by #issue 1502. No rush but when that is finished we can merge this PR.
the project currently packages jdt.core and some eclipse core packages that jdt requires.
can't we get that dependency from a normal jar?
Ok. Will have to check version numbers and stuff, but that seems the best. more dependencies in the "normal" way and fewer via Tycho and MANIFEST.MF.
> [INFO] Unpacking /Users/jurgenv/.m2/repository/p2/osgi/bundle/[com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar](http://com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar) to /Users/jurgenv/git/rascal-p2-dependencies-repackaged/target/dependency with includes "" and excludes "" [com.ibm.icu](http://com.ibm.icu/) comes with the JDT whether we have it listed as dependency or not. So we can not...
thanks. It should be in the module `util::IDEServices`. Currently working on getting the documentation up-to-date again, so this issue comes in very handy.