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

Assorted LSP improvements. #581

Merged
merged 16 commits into from Aug 24, 2023
Merged

Assorted LSP improvements. #581

merged 16 commits into from Aug 24, 2023

Conversation

Maurice-Byrne
Copy link
Contributor

This pull request contains the groundwork for category checking in LSP and better suggestions as well as some restructuring.

Category Checking

Basic category checking infrastructure has been added to validation. This can detect some basic errors but currently doesn't propagate through expressions.

Better suggestions

LSP completion suggestions have been implemented. Currently this mostly comprises of symbol table based suggestions. Keyword based suggestions will need adding in future.

Other

  • File path has been added to the parsing pipeline so that it could be used when linking external files.
  • Parse tree flattening structure has been made richer.
  • A few text based error messages have been changed to use explicit options to make output changes consistant.

@ozgurakgun
Copy link
Collaborator

hi @Maurice-Byrne - I had a quick look into this PR. are you happy for it to merged?

@Maurice-Byrne
Copy link
Contributor Author

hi @Maurice-Byrne - I had a quick look into this PR. are you happy for it to merged?

Yes, should be good to go.

@ozgurakgun ozgurakgun merged commit f11b2a2 into conjure-cp:main Aug 24, 2023
3 checks passed
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

2 participants