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 cleaning of peer dependencies #27

Merged
merged 2 commits into from
May 14, 2019

Conversation

BridgeAR
Copy link
Contributor

Peer dependencies with sub folders where not cleaned so far. The
reason for that is that the generated glob was only about the direct
sub folder and deeper structures were ignored.

Peer dependencies with sub folders where not cleaned so far. The
reason for that is that the generated glob was only about the direct
sub folder and deeper structures were ignored.
@BridgeAR BridgeAR mentioned this pull request May 14, 2019
4 tasks
@BridgeAR
Copy link
Contributor Author

I added another commit to significantly speed up the cleanup process.

Ping @Trott @silverwind @inikulin

@BridgeAR BridgeAR force-pushed the properly-clean-peer-dependencies branch from a287022 to 8ff17f9 Compare May 14, 2019 02:23
Currently each target created two glob patterns. Those add up to quite
a lot of patterns that must all be checked against a lot of files.
This replaces those with a single glob pattern that combines all
targets. That reduces the CPU time significantly.
@BridgeAR BridgeAR force-pushed the properly-clean-peer-dependencies branch from 8ff17f9 to 38fc56d Compare May 14, 2019 02:24
@BridgeAR
Copy link
Contributor Author

I updated it further to a single glob pattern.

@Trott Trott merged commit e927909 into inikulin:master May 14, 2019
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