-
Notifications
You must be signed in to change notification settings - Fork 34
Statements must return unit #23
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
Comments
That tree looks like one between parser and bm4 first phase, so it won't tell you anything. What you want to check is tree right after It's probably caused by tuple removal feature, which, to support So, your best bet is probably disabling that feature by adding I'll take a look if I can add a SuppressWarning for WartRemover just to a block later on, but don't hold your breath on that for now. |
Thanks for the explanation, I'll give it a shot! |
@oleg-py So, with bm4 defaults:
with
Neither Closing with no resolution isn't super great, imo -- if you've got some advice on how I can help resolve this, I'm willing to do the work, as this is preventing me from making warnings errors. |
Sorry, it appears to be fixed in 0.3.1, please try updating |
Oh, excellent! I'll try right now! |
OK, so it appears that the fix resolves my real warnings! The one thing that's baffling is:
still exists with 0.3.1. I'm not concerned about this, though it may cause false negatives in tests when trying to create stubs that match the required types. |
Thanks! |
That's odd. I'll leave it open to look into later. |
The following causes some noise during migration to this plugin:
yields
Walking through the tree, I can't even see where this error is coming from. By spacing out the above code, I can narrow it down to:
Any pointers or insight would be appreciated. This is already excellent, just looking to learn.
The simplified tree from the SBT console is:
The text was updated successfully, but these errors were encountered: