forked from scala-ide/scala-worksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use project-specific compiler settings when evaluating a worksheet.
No test since there is no easy way to trigger some observable effect from compiler settings, other than using compiler plugins (and continuations are missing from the 2.11 build). * -deprecation or -feature won't work because warnings are not reported (see scala-ide#174) * the continuations plugin isn't part of 2.11, so tests would only work in 2.10 However, I think the integration test isn't really necessary: `scalacArguments` is part of `sdt.core` and used by the sbt builder.
- Loading branch information
Showing
1 changed file
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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