8000 sbt reboot full for macro paradise · rssh/scala.github.com@2a89cb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a89cb8

Browse files
committed
sbt reboot full for macro paradise
1 parent 0d4fb57 commit 2a89cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overviews/macros/paradise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We have set up a nightly build which publishes snapshot artifacts to Sonatype. C
2222

2323
Currently SBT has some problems with updating custom `scala-compiler.jar` to new snapshot versions. The symptoms are as follows. The first time
2424
you compile a project that uses macro paradise, everything works fine. But in a few days when you do `sbt update`, SBT fetches new nightly
25-
builds for `scala-library.jar` and `scala-reflect.jar`, but not for `scala-compiler.jar`. We're investigating this unfortunate issue, but
26-
in the meanwhile you can join the discussion and check out a workaround [at the mailing list](https://groups.google.com/forum/?fromgroups=#!topic/simple-build-tool/UalhhX4lKmw/discussion).
25+
builds for `scala-library.jar` and `scala-reflect.jar`, but not for `scala-compiler.jar`. The solution is to use `sbt reboot full`, which
26+
re-downloads SBT itself and the underlying scalac instance. We're investigating this unfortunate issue, but in the meanwhile you can join the discussion of this matter [at the mailing list](https://groups.google.com/forum/?fromgroups=#!topic/simple-build-tool/UalhhX4lKmw/discussion).
2727

2828
Scaladocs corresponding to paradise nightlies can be found at [our Jenkins server](https://scala-webapps.epfl.ch/jenkins/view/misc/job/macro-paradise-nightly-main/ws/dists/latest/doc/scala-devel-docs/api/index.html). For example, here's the new API for working with top-level definitions: [scala.reflect.macros.Synthetics](https://scala-webapps.epfl.ch/jenkins/view/misc/job/macro-paradise-nightly-main/ws/dists/latest/doc/scala-devel-docs/api/index.html#scala.reflect.macros.Synthetics).

0 commit comments

Comments
 (0)
0