Skip to content

Given instances #99

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 1 commit into from
Jan 8, 2023
Merged

Given instances #99

merged 1 commit into from
Jan 8, 2023

Conversation

eed3si9n
Copy link
Collaborator

@eed3si9n eed3si9n commented Jan 8, 2023

Fixes #73

This implements support for givens instances.

@eed3si9n eed3si9n added the area/scala3 Scala 3 syntax label Jan 8, 2023
This implements support for givens instances.
DOTTY_COMPILER_EXPECTED=56
DOTTY_COMPILER_EXPECTED=55
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note 1% regression on Dotty compiler.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Odd, I'd expect this to bump the coverage up, not down. Any idea why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

With these small percentage difference, it's hard to tell. Potentially some files were parsed incorrectly before, and now that givens is interpreted correctly it's hitting some other unsupported feature?

@eed3si9n eed3si9n merged commit c298da8 into tree-sitter:master Jan 8, 2023
@eed3si9n eed3si9n deleted the wip/givens branch January 8, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/scala3 Scala 3 syntax
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Given instances
2 participants