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: allow optional path repository #12186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shyim
Copy link
Contributor

@shyim shyim commented Nov 6, 2024

allows a path repository to be optional non failing when the path is not there.

#12175

@stof
Copy link
Contributor

stof commented Nov 6, 2024

how does this behave regarding the lock file ? What happens if someone that has this path performs an update when someone without the path runs an install (using the lock file) ?

@Seldaek
Copy link
Member

Seldaek commented Nov 6, 2024

The repos are not looked at when installing from lock, so that would fail if the path contained in the lock file is not present on the filesystem.

@Seldaek Seldaek added this to the 2.9 milestone Nov 6, 2024
@Seldaek Seldaek added the Feature label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants