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

Allow $.stable_type_identifier in derives_clause #331

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

susliko
Copy link
Collaborator

@susliko susliko commented Aug 7, 2023

Resolves #323

Summary

Support for dot-separated type references in derives clause

case class A() derives B.C

Resolves tree-sitter#323

Summary
----
Support for dot-separated type references in derives clause
```scala
case class A() derives B.C
```
Copy link
Collaborator

@keynmol keynmol left a comment

Choose a reason for hiding this comment

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

This bothered me for so long when using Circe's Codec.AsObject!

@keynmol keynmol merged commit 46e0844 into tree-sitter:master Aug 8, 2023
4 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.

Dot-separated identifier in derives clause
2 participants