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

upgrade Scala 3 to 3.3 #587

Closed
wants to merge 2 commits into from
Closed

upgrade Scala 3 to 3.3 #587

wants to merge 2 commits into from

Conversation

alphaho
Copy link
Contributor

@alphaho alphaho commented Aug 2, 2023

No description provided.

@alphaho alphaho requested a review from a team as a code owner August 2, 2023 15:05
@alphaho alphaho changed the title upgrade to Scala 3 to 3.3 upgrade Scala 3 to 3.3 Aug 2, 2023
@@ -14,7 +14,9 @@ object Derive {
DeriveInstance().deriveInstance[F, A](deriver, schema, top = true)
}

private case class DeriveInstance()(using val ctx: Quotes) extends ReflectionUtils(ctx) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to move away from extending ReflectionUtils, or it will get The type of a class parent cannot refer to constructor parameters, but zio.schema.ReflectionUtils[(DeriveInstance.this.ctx : quoted.Quotes)] refers to ctx

@vigoo
Copy link
Contributor

vigoo commented Nov 18, 2023

Updated as part of another PR

@vigoo vigoo closed this Nov 18, 2023
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.

2 participants