Skip to content

Commit

Permalink
Merge pull request scala#161 from xeno-by/master
Browse files Browse the repository at this point in the history
sbt reboot full for macro paradise
  • Loading branch information
xeno-by committed Jan 14, 2013
2 parents 169081d + 2a89cb8 commit 5c44081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overviews/macros/paradise.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We have set up a nightly build which publishes snapshot artifacts to Sonatype. C

Currently SBT has some problems with updating custom `scala-compiler.jar` to new snapshot versions. The symptoms are as follows. The first time
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
builds for `scala-library.jar` and `scala-reflect.jar`, but not for `scala-compiler.jar`. We're investigating this unfortunate issue, but
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).
builds for `scala-library.jar` and `scala-reflect.jar`, but not for `scala-compiler.jar`. The solution is to use `sbt reboot full`, which
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).

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 comments on commit 5c44081

Please sign in to comment.