Dominik Jain

Results 57 comments of Dominik Jain

@mcubuktepe, please post the SWT dependency that you have in your pom.xml.

Please check whether changing the version to 4.6.1 and subsequently rerunning make_apps fixes the problem.

Most likely, the issue is due to a [problem in SWT itself](https://bugs.eclipse.org/bugs/show_bug.cgi?id=486069).

Was being able to run netEd a result of changing the SWT version or were you able to run it before? The errors found in your log file are SWT...

@dimbleby, the relevant part of the pyproject.toml is mentioned in the issue description: a dependency which uses a git commit hash and where the hash is later changed. (I only...

I couldn't reproduce it just now with a minimal example. But I am also not surprised, because out of our team of 7 developers, only 2 people experienced the issue....

@dimbleby I am providing instructions and resources for reproduction in this repository: https://github.com/opcode81/poetry_issue_9075

I asked the last person who ran into the issue to archive their cache, and that's the basis for the reproduction. Unfortunately, it's still unclear which conditions led to the...

With the repo I provided, you can at least partially reproduce the issue: You can analyse the dependency resolution and determine what is causing Poetry to pick an old, cached...

The fact that adding `--no-cache` to the Poetry command does not fix the issue, as originally reported, is also a bug that should be looked into.