-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Nightly build failed (in macro-expansion-dependencies-2 sbt scripted test) #10466
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
Milestone
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2020
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 24, 2020
nicolasstucki
added a commit
that referenced
this issue
Nov 24, 2020
Fix #10466: Update `rootPosition` to `Position.ofMacroExpansion`
This test failed in the nightly build again. Perhaps an update was missed in #10474?
|
It conflicted with another PR. I'll take care of it. |
nicolasstucki
added a commit
that referenced
this issue
Nov 27, 2020
Fix #10466: Update reporting API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nightly build failed on the
macro-expansion-dependencies-2
scripted test intest_sbt
:It looks like
macro-expansion-dependencies-1
could use an update as well:https://github.com/lampepfl/dotty/blob/64c8e77aa9bb0e9e928ecd0609b85eb3b47f8c69/sbt-dotty/sbt-test/source-dependencies/macro-expansion-dependencies-1/changes/MacroCompileError.scala#L9
Note: the actual cause of the job failure is that the runtime test of
MacroRuntimeRuntimeError.scala
on line 13 succeeded when it was expected to fail. The "not found" errors don't cause the job to fail because they are inside tests that are expected to fail at compile time.EDIT: It seems the failure is for some reason caused by the recent change making the context parameter anonymous:
https://github.com/lampepfl/dotty/blob/64c8e77aa9bb0e9e928ecd0609b85eb3b47f8c69/sbt-dotty/sbt-test/source-dependencies/macro-expansion-dependencies-2/changes/MacroRuntimeRuntimeError.scala#L5
The text was updated successfully, but these errors were encountered: