-
Notifications
You must be signed in to change notification settings - Fork 37
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
with
handling seems to be broken in 0.11.0
#107
Comments
kerry nooo! just when i thought i'd thought of it all. thanks for the minimal repro, will have it fixed in a jiffy. |
(just to be clear, this is only blowing up when we're trying to delete a with statement that has no pattern matching and so could've been written as just plain code, which is also the sole child of a function -- i didn't break all with handling 😂 ) |
Sadly it turns out that antipattern cropped up several times in my code 🙄 |
my heart goes out to you. |
@kerryb any chance you'd be interested in running main against your codebase to see if there's anything else i should get in before releasing 11.1 on hex? # mix.exs
- {:styler, "~> 0.11"},
+ {:styler, github: "adobe/elixir-styler"}, |
Just tried it, and my Thanks for the quick fix! |
cheers, 0.11.1 is on hex. hope you like your codebase just that little bit more now :) |
Versions
Example Input
Stacktrace / Current Behaviour
The text was updated successfully, but these errors were encountered: