Skip to content
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

Fix: revert changes to key-spacing due to regression #12598

Merged
merged 1 commit into from Nov 25, 2019
Merged

Conversation

kaicataldo
Copy link
Member

@kaicataldo kaicataldo commented Nov 25, 2019

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[X] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)
As reported in #12597, this change muddles the meaning of single line and multi line objects in a way that can lead to more errors being reported. This wasn't the intention, and I don't think we should be introducing more errors in a minor release for an autofix bug fix.

I'd like to advocate for reverting this change, releasing a patch release, and revisiting this (with @yeonjuan's help if they're willing!).

Is there anything you'd like reviewers to focus on?
Nothing in particular.

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label Nov 25, 2019
@kaicataldo kaicataldo changed the title Revert "Update: Fix uglified object align in key-spacing (fixes #1141… Fix: revert changes to key-spacing due to regression Nov 25, 2019
@kaicataldo kaicataldo added bug ESLint is working incorrectly patch candidate This issue may necessitate a patch release in the next few days rule Relates to ESLint's core rules and removed triage An ESLint team member will look at this issue soon labels Nov 25, 2019
Copy link
Member

@btmills btmills left a comment

Choose a reason for hiding this comment

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

Agreed this is an unintended regression that deserves a patch.

kaicataldo added a commit that referenced this pull request Nov 25, 2019
Revert "Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)"

This reverts commit 6503cb8.
@kaicataldo kaicataldo force-pushed the revert-12472 branch 2 times, most recently from 1c46144 to b9c0a48 Compare November 25, 2019 03:02
Revert "Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)"

This reverts commit 6503cb8.
@btmills btmills merged commit dd1e9f4 into master Nov 25, 2019
@btmills btmills deleted the revert-12472 branch November 25, 2019 03:11
@kaicataldo kaicataldo restored the revert-12472 branch November 26, 2019 04:54
@kaicataldo kaicataldo deleted the revert-12472 branch November 26, 2019 04:54
@kaicataldo kaicataldo restored the revert-12472 branch November 26, 2019 04:54
@kaicataldo
Copy link
Member Author

Weird - I had to restore the branch and delete it again to get this to disappear from my "open PRs" list...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly patch candidate This issue may necessitate a patch release in the next few days rule Relates to ESLint's core rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants