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

Fix merging of dependencies #26

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Conversation

Leksat
Copy link
Member

@Leksat Leksat commented Jan 15, 2020

The bug: when there are more than one suites having package.json files, only dependencies of the last processed suite are installed. This happens because NpmProjectManager::ensurePackageVersion() modifies package.json, but those changes are never read in NpmProjectManager::merge().

I haven't add any tests for this because I think that merging should be re-done. I opened #25 for this.

@Leksat Leksat marked this pull request as ready for review January 15, 2020 09:20
@jamiehollern jamiehollern merged commit bf82ada into 8.x-1.x Sep 3, 2020
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.

2 participants