Skip to content
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

Add basic compiler warning support #5

Merged
merged 3 commits into from
Jan 10, 2022
Merged

Add basic compiler warning support #5

merged 3 commits into from
Jan 10, 2022

Conversation

cgay
Copy link
Member

@cgay cgay commented Jan 9, 2022

Add basic compiler warning support

It's just much simpler to (at least for now) assume all URLs are
"file://whatever". If we really need URLs later we can decide between our two
not-so-great options there.
So far just `textDocument/{didChange,didOpen}`, both of which include the
entire text of a document.
I'm still not sure the best way to get the diagnostics to show up decently in
emacs, but at least they are highlighted in red (serious) or yellow and you can
navigate to the next one with M-x flymake-goto-next-error, at which point it
shows the error message in the status line.
@cgay cgay merged commit 6f1376e into dylan-lang:master Jan 10, 2022
@cgay cgay deleted the dev branch January 15, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant