-
Notifications
You must be signed in to change notification settings - Fork 501
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
Preserve "garbage" #522
Preserve "garbage" #522
Conversation
Conflicts: test/patch/parse.js
I've decided this may have been misguided. It's way too complicated and the correct behaviours to implement are not clear. Several dilemmas:
Not worth it - at least not without a lot more subtle and nuanced design and implementation work than I've already put into this PR. If someone wants to take that on in due course, good for them, but I don't want to merge something half-assed because I fear I'm just making a mess that's worse than the status quo. I will carefully cherry-pick out the actual bugfix from this PR, but I'm abandoning the rest. |
* Fix patch parser, making most tests pass (but why do I have a weird new failure?...) * Fix bug I introduced, caught by test failure * Fix bugs with my tests * Remove mention of leadingGarbage (introduced by cherry-picking changes from #522) * Improve test coverage * Add release notes
No description provided.