Skip to content

Update scala 2.13.0-M5 to 2.13.0-RC2 #17

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

Merged
merged 10 commits into from
May 22, 2019

Conversation

Philippus
Copy link
Contributor

No description provided.

@@ -34,7 +34,7 @@ object Implicits {
if (file.exists)
Success(true)
else
Failure(new FileDoesNotExistException(s""""$file" does not exist."""))
Failure(new FileDoesNotExistException(s""""${file.toString}" does not exist."""))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious about this and the other similar diffs, why is this necessary/desirable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The [wartremover:StringPlusAny] Implicit conversion to string is disabled-wart triggers on scala 2.13.0-RC1, which maybe it shouldn't? On scala 2.12.8 it does not.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah. hmmm....

I think I personally wouldn't expect or want the wart to trigger inside a string interpolator, but that's just a hunch, not sure what the wart's author's intentions might have been

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I filed an issue here: wartremover/wartremover#447

@Philippus Philippus changed the title Update scala 2.13.0-M5 to 2.13.0-RC1 Update scala 2.13.0-M5 to 2.13.0-RC2 May 21, 2019
@Philippus Philippus force-pushed the update/scala-2.13.0-RC1 branch from 6a4b296 to 7f34848 Compare May 21, 2019 19:05
@bmc bmc merged commit 7e26f7a into bmc:master May 22, 2019
@bmc
Copy link
Owner

bmc commented May 22, 2019

Merged. I'll release an update soon—this weekend, if not before. (I've been swamped.)

@Philippus Philippus deleted the update/scala-2.13.0-RC1 branch May 22, 2019 12:26
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