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

Abstract over metaprogramming platform #271

Closed
krzemin opened this issue Mar 6, 2023 · 1 comment
Closed

Abstract over metaprogramming platform #271

krzemin opened this issue Mar 6, 2023 · 1 comment
Milestone

Comments

@krzemin
Copy link
Member

krzemin commented Mar 6, 2023

Scala 3 introduces macros based on splices and quotes, which is completely new API, as compared to Scala 2 macros.
Hopefully in 3 there is a support for compile-time reflection, which chimney heavily relies on.

In the scope of this task we have to find the right abstraction layer that allows us to separate metaprogramming platform details from the library's core logic.

@krzemin krzemin added this to the scala-3-pre-requisites milestone Mar 6, 2023
@krzemin
Copy link
Member Author

krzemin commented Apr 19, 2023

Addressed in #279 and #286.

@krzemin krzemin closed this as completed Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant