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

npm run lint deadlocks #8898

Closed
mwu-tow opened this issue Jan 30, 2024 · 2 comments
Closed

npm run lint deadlocks #8898

mwu-tow opened this issue Jan 30, 2024 · 2 comments
Assignees
Milestone

Comments

@mwu-tow
Copy link
Contributor

mwu-tow commented Jan 30, 2024

Sometimes CI Lint step fails.

npm run lint is invoked (on the repo-root level). This command never finishes. The output is:


> lint
> npm --workspaces --if-present run lint


> enso-ide-desktop@1.0.0 lint
> npm run --workspace=enso-gui2 compile-server && npm run lint-only


> enso-gui2@0.1.0 compile-server
> tsc -p tsconfig.server.json


> enso-ide-desktop@1.0.0 lint-only
> eslint .


> enso-gui2@0.1.0 lint
> eslint .

This has happened at least twice on CI:

Both times with the same output, suggesting that it is the enso-gui2 linting specifically that causes deadlock.

@Akirathan
Copy link
Member

Akirathan commented Feb 2, 2024

Another instance of this problem here https://github.com/enso-org/enso/actions/runs/7743955599/job/21116570129?pr=8764

GitHub
Hybrid visual and textual functional programming. Contribute to enso-org/enso development by creating an account on GitHub.

@farmaazon farmaazon moved this from ❓New to 📤 Backlog in Issues Board Feb 5, 2024
@farmaazon farmaazon self-assigned this Feb 5, 2024
@enso-bot enso-bot bot mentioned this issue Feb 6, 2024
@AdRiley AdRiley added this to the Beta Release milestone Feb 8, 2024
@farmaazon
Copy link
Contributor

Seems to be fixed by #8947 as I don't see those errors since a week.

@github-project-automation github-project-automation bot moved this from 📤 Backlog to 🟢 Accepted in Issues Board Feb 12, 2024
@farmaazon farmaazon moved this from 🟢 Accepted to 🗄️ Archived in Issues Board Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants