Skip to content
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

The worksheet does not display warnings. #174

Open
dragos opened this issue Feb 10, 2014 · 0 comments
Open

The worksheet does not display warnings. #174

dragos opened this issue Feb 10, 2014 · 0 comments

Comments

@dragos
Copy link
Member

dragos commented Feb 10, 2014

The compilation result does not have a way to report warnings when compilation is successful. It should always display warnings if there are some.

@dragos dragos added evaluation and removed editor labels Feb 10, 2014
dragos added a commit to dragos/scala-worksheet that referenced this issue Feb 10, 2014
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.
dragos added a commit to dragos/scala-worksheet that referenced this issue Feb 10, 2014
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.

Fixed scala-ide#173
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant