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

IDEA 2024.2 changed to non-transitive module dependencies #3354

Closed
lefou opened this issue Aug 8, 2024 · 0 comments · Fixed by #3355
Closed

IDEA 2024.2 changed to non-transitive module dependencies #3354

lefou opened this issue Aug 8, 2024 · 0 comments · Fixed by #3355
Milestone

Comments

@lefou
Copy link
Member

lefou commented Aug 8, 2024

Instead of just generating the direct module dependencies, we need to unroll the transitive module dependencies.

@lefou lefou changed the title IDEA 2024.2 changed to non-transitiv module dependencies IDEA 2024.2 changed to non-transitive module dependencies Aug 8, 2024
lefou added a commit that referenced this issue Aug 8, 2024
Since IDEA 2024.2, module dependencies in the `.iml` files are no longer interpreted transitively.
Therefore, we need to unroll all transitive module dependencies when generating the project files.

Fix #3354
lefou added a commit that referenced this issue Aug 9, 2024
Since IDEA 2024.2, module dependencies in the `.iml` files are no longer interpreted transitively.
Therefore, we need to unroll all transitive module dependencies when generating the project files.

Fix #3354
@lefou lefou closed this as completed in 6cf6ce1 Aug 9, 2024
@lefou lefou added this to the 0.12.0 milestone Aug 9, 2024
lefou added a commit that referenced this issue Aug 9, 2024
Since IDEA 2024.2, module dependencies in the `.iml` files are no longer
interpreted transitively.
Therefore, we need to unroll all transitive module dependencies when
generating the project files.

Fix #3354

Original Pull request: #3355
lefou added a commit that referenced this issue Aug 9, 2024
Since IDEA 2024.2, module dependencies in the `.iml` files are no longer
interpreted transitively.
Therefore, we need to unroll all transitive module dependencies when
generating the project files.

Fix #3354

Original Pull request: #3355

Pull request: #3358
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant