-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[import/order] Regression in 2.20.1 #1643
Comments
Seems to be seen only on Windows. 🤔 |
This is a workaround to a regression introduced in v2.20.1: import-js/eslint-plugin-import#1643
That makes testing for it difficult; appveyor tests are currently failing for unrelated reasons. |
What I found by debugging:
|
|
This also seems to affect |
I tried to create a minimal reproduction for the |
A PR with a failing test case would be most welcome; I can add a fix to that (altho a PR that has both is even better!) |
I think the existing tests should already fail on Windows. I was unable to run the tests on that platform when I tried today, though. |
Necessary due to import-js/eslint-plugin-import#1643
…ch (#1139) Also pin eslint-plugin-import to v2.20.0 This is a workaround to a regression introduced in v2.20.1: import-js/eslint-plugin-import#1643
…ease/0.13 branch (#1139) Also pin eslint-plugin-import to v2.20.0 This is a workaround to a regression introduced in v2.20.1: import-js/eslint-plugin-import#1643
I had to roll back to const nearley = require('nearley');
const grammar = require('./grammar'); |
To avoid windows import/order error, see: import-js/eslint-plugin-import#1643
To avoid windows import/order error, see: import-js/eslint-plugin-import#1643
@South-Paw can you check on latest master of this plugin and see if it's fixed? |
I'll close this for now, but am happy to reopen if the issue isn't solved on latest master. |
To avoid windows import/order error, see: import-js/eslint-plugin-import#1643
If this issue has been resolved in master, is there a reason that it has not yet been released? |
Because maintainers are humans who aren’t being paid for their time, and can’t always drop everything to cut a release :-) |
To avoid windows import/order error, see: import-js/eslint-plugin-import#1643
To avoid windows import/order error, see: import-js/eslint-plugin-import#1643
There is a regression not released yet in 2.20.1 that breaks import/order rule in Windows. See more [here](import-js/eslint-plugin-import#1643)
There is a regression not released yet in 2.20.1 that breaks import/order rule in Windows. See more [here](import-js/eslint-plugin-import#1643)
There is a regression not released yet in 2.20.1 that breaks import/order rule in Windows. See more [here](import-js/eslint-plugin-import#1643)
Hi collaborators, thanks for great plugin. I just want to say that it still happening on Windows. |
@rmlevangelio thanks for the report - if you could file a new issue with more details that would be appreciated. |
Installed
2.20.1
, started getting ordering errors like the following;Our rule for
import/order
isRolling back
eslint-plugin-import
to2.20.0
resolves the issue.The text was updated successfully, but these errors were encountered: