-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crash (panic: runtime error) if Poetry is installed on system #35
Comments
We did disable the dependency manager, but it still failed.
|
Hi Hielke, thanks for the stack trace, I've been able to find the bug causing your issue! Turns out it was a simple mistake causing a very rare bug that would only trigger if you have Poetry installed, as well as a I've fixed the bug and will release the fixed version as v0.12.2 very soon. |
Thanks Bart, but your description doesn't fit our pyproject.toml file. Here it is
|
Might it be due to the new way dev dependency are described in Poetry version 1.2? It now uses a group named dev to do that. |
I hope to see the fix very soon as well, the deadline for our course is tomorrow! |
Ah, I see, I didn't know about that new convention. I've updated mllint so it is also able to recognise dev dependencies in v0.12.2 will be released in about 15 to 20 minutes. See https://github.com/bvobart/mllint/actions/runs/2531849384 to follow the release pipeline. |
If run on a system with Poetry installed, the application crashes.
OS: Debian 11
Python: 3.9.2
mllint version: 0.12.1
mllint commit: 7e2a29d
The text was updated successfully, but these errors were encountered: