Skip to content

Add missing keywords from Dotty 0.17.0-RC1 #43

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

Merged
merged 2 commits into from
Aug 21, 2019

Conversation

nicolasstucki
Copy link
Contributor

No description provided.

Copy link

@odersky odersky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

derives is still missing.

I wonder if there is a way to handle soft keywords. In Dotty these are

as        derives   inline    opaque

inline and opaque are reserved only in modifier positions. as is reserved only in given instance definitions. derives is reserved only at places where extends would also be valid.

But we can also just tag them always as keywords.

@nicolasstucki
Copy link
Contributor Author

Now those keywords are soft, the result is
Screenshot 2019-07-27 at 20 06 30

@odersky
Copy link

odersky commented Jul 27, 2019 via email

@nicolasstucki
Copy link
Contributor Author

@PanAeon could you have a look at this PR?

@PanAeon PanAeon merged commit 1ed0182 into scala:master Aug 21, 2019
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.

4 participants