-
Notifications
You must be signed in to change notification settings - Fork 78
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
[RELEASE] manual testing version 0.17.0 #1390
Labels
Comments
|
|
|
maybe the comments should turn into issues? |
definitely; but some of them already are probably. need to check one-by-one. |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First:
Then the following features need manual testing in Eclipse:
rascal>1 + 1
on the REPLimport IO; println("Hello Rascal!");
not in template:
RASCAL.MF
:Required-Libraries: |lib://otherProject|
, import a module and test the type-checker as well as the interpreter for correct resolutionimport demo::lang::Pico::Plugin; registerPico();
and test the editor of the example pico files (syntax highlighting, menu options)import demo::lang::Pico::Plugin; rascal>:edit demo::lang::Pico::Plugin
The text was updated successfully, but these errors were encountered: