-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Enable the import/no-cycle
ESLint plugin rule
#16515
Enable the import/no-cycle
ESLint plugin rule
#16515
Conversation
@calixteman Do you have any ideas/opinions on how to best break the dependency cycles in the |
We could move the symbols |
4879b2f
to
4f83454
Compare
4f83454
to
db930f5
Compare
/botio xfatest |
From: Bot.io (Windows)ReceivedCommand cmd_xfatest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/962eb8037796cb0/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_xfatest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7088a1a2e2ed2dc/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/7088a1a2e2ed2dc/output.txt Total script time: 9.23 mins
Image differences available at: http://54.241.84.105:8877/7088a1a2e2ed2dc/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/962eb8037796cb0/output.txt Total script time: 18.06 mins
Image differences available at: http://54.193.163.58:8877/962eb8037796cb0/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, with a rebase. Thanks!
Having cyclical imports is obviously not a good idea, and this ESLint plugin rule can help detect those; please see https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md
db930f5
to
cf3a35e
Compare
Having cyclical imports is obviously not a good idea, and this ESLint plugin rule can help detect those; please see https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md