You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Fixedscala-ide#173
The compilation result does not have a way to report warnings when compilation is successful. It should always display warnings if there are some.
The text was updated successfully, but these errors were encountered: