-
Notifications
You must be signed in to change notification settings - Fork 0
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
Define interface between extension and Rascal #2
Comments
To make sure analysis remain portable between different IDEs we decided for now to standardize on the Message datatype in the standard library. Every analysis is a function that returns |
So any analysis function has this signature |
Our code here can unpack the messages and visualize them in the IDE. We usually have an independent |
If we want to be lazy then perhaps serializing the messages as XML or JSON is the fastest way is bridging then to the studio. |
Btw for all generic IDE services we could implement see util::IDEServices |
I want the extension to be generic.
The output of the Rascal scripts needs to be according some kind of interface.
Idea: "severity""file""line""column""message"
The text was updated successfully, but these errors were encountered: