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

feat(add): skip re-install when signatures match #69

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

aleclarson
Copy link
Contributor

@aleclarson aleclarson commented Jan 2, 2019

The relevant commit: 487a04f

(Probably wanta merge #68 first)

Changes affecting "yalc add":
- use --link by default
- remove the --file flag (use --no-link instead)
- remove the --save-dev flag (use --dev instead)
- add --no-save flag

Changes affecting the `addPackages` function:
- rename "link" option to "noSave"
- rename "linkDep" option to "link"
- never compare sigs when --pure is used
- avoid re-installing ".yalc/{name}" when sigs match
- improved logic for updating package dependencies
@aleclarson
Copy link
Contributor Author

Need to cherry-pick aleclarson@7dca338 before merging this.

@hgezim
Copy link

hgezim commented Apr 21, 2022

Why has there been no movement at all since 2019?!

@wclr
Copy link
Owner

wclr commented Apr 21, 2022

Why has there been no movement at all since 2019?!

What problem does this solve?

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.

None yet

3 participants