-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(compiler)!: Update include syntax #2043
Conversation
8bf2415
to
89db187
Compare
89db187
to
67c4c02
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few things. The big one is non-punning of as
when the include
is the same.
@ospencer Also, in the root issue you mentioned the LSP does an inlay for the module name, so you'll need to fix that as well. I think it just needs to be changed from : ModuleName
to include ModuleName
Closes #2001