-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update to Scala 2.13.5 and 3.0.0-RC1 #4770
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adamgfraser
previously approved these changes
Mar 6, 2021
👍 |
neko-kai
previously approved these changes
Mar 6, 2021
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:61:63
[error] 61 | And(self.mock.compose ++ that.mock.compose)(xs1 ++ xs2).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:61
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:63:63
[error] 63 | And(self.mock.compose ++ that.mock.compose)(xs :+ that).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:63
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:65:63
[error] 65 | And(self.mock.compose ++ that.mock.compose)(self :: xs).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:65
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:66:80
[error] 66 | case _ => And(self.mock.compose ++ that.mock.compose)(self :: that :: Nil).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:66
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:79:65
[error] 79 | Chain(self.mock.compose ++ that.mock.compose)(xs1 ++ xs2).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:79
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:81:65
[error] 81 | Chain(self.mock.compose ++ that.mock.compose)(xs :+ that).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:81
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:83:65
[error] 83 | Chain(self.mock.compose ++ that.mock.compose)(self :: xs).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:83
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:84:82
[error] 84 | case _ => Chain(self.mock.compose ++ that.mock.compose)(self :: that :: Nil).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:84
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:117:62
[error] 117 | Or(self.mock.compose ++ that.mock.compose)(xs1 ++ xs2).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:117
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:119:62
[error] 119 | Or(self.mock.compose ++ that.mock.compose)(xs :+ that).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:119
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:121:62
[error] 121 | Or(self.mock.compose ++ that.mock.compose)(self :: xs).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:121
[error] | This location contains code that was inlined from Tags.scala:131
[error] -- Error: /home/circleci/project/test/shared/src/main/scala/zio/test/mock/Expectation.scala:122:79
[error] 122 | case _ => Or(self.mock.compose ++ that.mock.compose)(self :: that :: Nil).asInstanceOf[Expectation[R with R0]]
[error] | ^
[error] | Exception occurred while executing macro expansion.
[error] | java.lang.StackOverflowError
[error] |
[error] | This location contains code that was inlined from Expectation.scala:122
[error] | This location contains code that was inlined from Tags.scala:131 |
@sideeffffect Argh, I fixed another instance of this error last time, but apparently not this one. on it rn |
5 tasks
@sideeffffect Could you try with 1.0.0-M16? |
Passed on 2nd try, but 1st failure doesn't seem related (ZStream test) 🎉 |
neko-kai
approved these changes
Mar 9, 2021
@adamgfraser I think we can merge this now 🎉 |
@sideeffffect Nice! @neko-kai Thank you for staying on top of all the changes in the different Scala 3 versions! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #4732
/cc @adamgfraser @neko-kai