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: Fix generation of non-JVM projects #55

Merged
merged 1 commit into from
Sep 15, 2019
Merged

Conversation

tindzk
Copy link
Owner

@tindzk tindzk commented Sep 6, 2019

The project generation assumed that cross-platform modules are
compatible with the JVM, though this is not necessarily the case.
Instead, choose a valid platform from the targets setting.

Changes:

  • Set up correct dependencies between IDEA modules, taking into
    account that not every Seed module has a corresponding IDEA module
  • Do not reference invalid IDEA modules in compiler settings
  • Generate IDEA modules that lack sources, but have a root path set
  • Bloop: Compile and run a Scala Native program

@tindzk tindzk force-pushed the bug/non-jvm-project branch from bda345f to 9e73184 Compare September 15, 2019 09:07
@tindzk tindzk changed the title Fix generation of non-JVM projects IDEA: Fix generation of non-JVM projects Sep 15, 2019
@tindzk tindzk marked this pull request as ready for review September 15, 2019 09:10
The project generation assumed that cross-platform modules are
compatible with the JVM, though this is not necessarily the case.
Instead, choose a valid platform from the `targets` setting.

Changes:
- Set up correct dependencies between IDEA modules, taking into
  account that not every Seed module has a corresponding IDEA module
- Do not reference invalid IDEA modules in compiler settings
- Generate IDEA modules that lack sources, but have a root path set
- Bloop: Compile and run a Scala Native program
@tindzk tindzk force-pushed the bug/non-jvm-project branch from 9e73184 to fc8ec74 Compare September 15, 2019 11:01
@tindzk tindzk merged commit c03aea7 into master Sep 15, 2019
@tindzk tindzk deleted the bug/non-jvm-project branch September 15, 2019 11:18
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