-
Notifications
You must be signed in to change notification settings - Fork 11
Missing closing parenthesis deletes code #91
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
Which version of |
The report says it's |
Oh, sorry, I missed that part. |
@mikesol experienced this as well, but didn’t have a repro I could test. When I tested the simple missing paren case, it correctly failed with an error. Are you able to repro? Or rather is your example a true repro or just a summary of what you did? |
Now that I'm able to test, the repro does indeed work. Thanks! I suspect something is up in the parser. |
This is fixed in 0.7.2 |
The exact issue was an error in the implementation of |
Uh oh!
There was an error while loading. Please reload this page.
I can't quite tell what the real issue is but I just had tidy delete a good chunk of code. The version is
0.7.1
.Funnily enough it used
unsafeCoerce
and tidy seemed to take this quite literally:Here is a small Repro:
Input:
Output:
The text was updated successfully, but these errors were encountered: