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

SI-9127 Xlint doesn't think spaces are significant #4283

Closed
wants to merge 1 commit into from

Conversation

som-snytt
Copy link
Contributor

For purposes of warning about missing interpolators,
such as "$greeting" when the intended code was s"$greeting",
spaces are no longer significant.

The heuristic was previously intended to allow compileresque
strings, where the dollar sign is a common prefix.

Currently, the Xlint warning can be selectively disabled.

@scala-jenkins scala-jenkins added this to the 2.11.6 milestone Feb 1, 2015
@lrytz lrytz self-assigned this Feb 4, 2015
For purposes of warning about missing interpolators,
such as `"$greeting"` when the intended code was `s"$greeting"`,
spaces are no longer significant.

The heuristic was previously intended to allow compileresque
strings, where the dollar sign is a common prefix.

Currently, the Xlint warning can be selectively disabled.
@som-snytt
Copy link
Contributor Author

Rebased.

@som-snytt
Copy link
Contributor Author

/rebuild

@som-snytt
Copy link
Contributor Author

#4310

@som-snytt som-snytt closed this Feb 10, 2015
@som-snytt som-snytt deleted the issue/9127 branch October 25, 2015 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants