-
Notifications
You must be signed in to change notification settings - Fork 93
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
logging - scala3 support #1225
logging - scala3 support #1225
Conversation
adbb0db
to
f5c8ddb
Compare
f5c8ddb
to
9b5b61c
Compare
a8c4d51
to
9e675da
Compare
case _ => | ||
Seq(catsCore, catsFree, catsTaglessCore) |
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.
cats-tagless https://github.com/typelevel/cats-tagless/releases/tag/v0.16.0 btw
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.
seems like module cats-tagless-macros remaines only for Scala 2. Macros for Scala 3 have become available in the cats-tagless-core module since version 0.16.
Sounds like it is time to start working on HigherKindedMacros 😅🔫
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.
That's right! We need to start working on HKT Macro.
All works except type members in the interfaces 🙁
partially closes #1068 |
Co-authored-by: Vadim Chelyshov <[email protected]>
…tion, add show derivation with masking feature.
2278cb6
to
b1b0b2d
Compare
No description provided.