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 dependency resolution of platform dependencies #6

Merged
merged 1 commit into from
Jan 27, 2019

Conversation

tindzk
Copy link
Owner

@tindzk tindzk commented Jan 27, 2019

JavaScript and native dependencies were ignored because the two parameters platformVersion and compilerVersion had been mixed up.

Add a require() to resolveSubset() in order to enforce that a valid set of dependencies is passed.

JavaScript and native dependencies were ignored because the two
parameters `platformVersion` and `compilerVersion` had been mixed up.

Add a `require()` to `resolveSubset()` in order to enforce that a
valid set of dependencies is passed.
@tindzk tindzk force-pushed the bug/idea-platform-deps branch from b3be144 to bbf0d70 Compare January 27, 2019 12:17
@tindzk tindzk merged commit 9991a33 into master Jan 27, 2019
@tindzk tindzk deleted the bug/idea-platform-deps branch January 27, 2019 12:18
tindzk added a commit that referenced this pull request Jan 27, 2019
Pull request #6 uncovered a problem in `ArtefactResolution`: When a
test module does not set any target platforms, its dependencies would
not be resolved.
tindzk added a commit that referenced this pull request Jan 27, 2019
Pull request #6 uncovered a problem in `ArtefactResolution`: When a
test module did not set any target platforms, its dependencies would
not be resolved.
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