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

Need to change EntityQuery.insert(CaseClass) to EntityQuery.insertValue(CaseClass) for upstream Scala 3 issues. #2379

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

deusaquilus
Copy link
Collaborator

Changing EntityQuery.insert to EntityQuery.insertValue due to scala/scala3#14043. Technically the issue only affects protoquill but I want the APIs to be aligned as much as possible.

@deusaquilus deusaquilus changed the title Need to change EntityQuery.insert to EntityQuery.insertValue for upstream Scala 3 issues. Need to change EntityQuery.insert(case class) to EntityQuery.insertValue(case class) for upstream Scala 3 issues. Jan 13, 2022
@deusaquilus deusaquilus changed the title Need to change EntityQuery.insert(case class) to EntityQuery.insertValue(case class) for upstream Scala 3 issues. Need to change EntityQuery.insert(caseclass) to EntityQuery.insertValue(caseclass) for upstream Scala 3 issues. Jan 13, 2022
@deusaquilus deusaquilus changed the title Need to change EntityQuery.insert(caseclass) to EntityQuery.insertValue(caseclass) for upstream Scala 3 issues. Need to change EntityQuery.insert(CaseClass) to EntityQuery.insertValue(CaseClass) for upstream Scala 3 issues. Jan 13, 2022
@deusaquilus deusaquilus merged commit 2c975eb into zio:master Jan 14, 2022
nicolasstucki added a commit to dotty-staging/dotty that referenced this pull request Jan 24, 2022
Cherry-pick changes from zio/zio-protoquill@5ed25aa
also present in zio/zio-quill#2379.
odersky pushed a commit to dotty-staging/dotty that referenced this pull request Jan 24, 2022
Cherry-pick changes from zio/zio-protoquill@5ed25aa
also present in zio/zio-quill#2379.
@deusaquilus deusaquilus deleted the insert-value branch January 28, 2022 05:35
olsdavis pushed a commit to olsdavis/dotty that referenced this pull request Apr 4, 2022
Cherry-pick changes from zio/zio-protoquill@5ed25aa
also present in zio/zio-quill#2379.
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.

1 participant