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: Set correct module dependencies #52

Merged
merged 1 commit into from
Sep 6, 2019
Merged

Conversation

tindzk
Copy link
Owner

@tindzk tindzk commented Sep 2, 2019

Currently, only module dependencies of cross-platform modules are
set when generating an IDEA project. Also include the module
dependencies of platform-specific modules.

This fixes a regression introduced in 51a27f5.

@tindzk tindzk force-pushed the bug/platform-module-deps branch from 6296710 to 09a114d Compare September 3, 2019 05:54
tindzk added a commit that referenced this pull request Sep 3, 2019
Similarly to #52, the generation of compiler profiles for IDEA only
honoured Scala options of cross-platform modules. Take the Scala
options of platform modules instead.

Furthermore, `IdeaFile` used the wrong format to encode Scala
options whereby IDEA only picked up custom compiler settings for the
first set of modules.
@tindzk tindzk force-pushed the bug/platform-module-deps branch from 09a114d to 171e25d Compare September 3, 2019 06:08
tindzk added a commit that referenced this pull request Sep 3, 2019
Similarly to #52, the generation of compiler profiles for IDEA only
honoured Scala options of cross-platform modules. Take the Scala
options of platform modules instead.

Furthermore, `IdeaFile` used the wrong format to encode Scala
options whereby IDEA only picked up custom compiler settings for the
first set of modules.
@tindzk tindzk force-pushed the bug/platform-module-deps branch from 171e25d to 36d84a5 Compare September 3, 2019 06:19
Currently, only module dependencies of cross-platform modules are
set when generating an IDEA project. Also include the module
dependencies of platform-specific modules.

This fixes a regression introduced in 51a27f5.
@tindzk tindzk merged commit de8e098 into master Sep 6, 2019
@tindzk tindzk deleted the bug/platform-module-deps branch September 6, 2019 06:44
tindzk added a commit that referenced this pull request Sep 6, 2019
Similarly to #52, the generation of compiler profiles for IDEA only
honoured Scala options of cross-platform modules. Take the Scala
options of platform modules instead.

Furthermore, `IdeaFile` used the wrong format to encode compiler
profiles whereby IDEA only picked up the compiler settings for the
first set of modules.
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 this pull request may close these issues.

1 participant