Skip to content

Conversation

@EtienneBoutet
Copy link

@EtienneBoutet EtienneBoutet commented Aug 27, 2025

Fixes #4836

image

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I've left a note inline.

@lpil lpil marked this pull request as draft August 29, 2025 13:03
@EtienneBoutet EtienneBoutet requested a review from lpil August 29, 2025 22:43
@EtienneBoutet EtienneBoutet marked this pull request as ready for review August 29, 2025 22:43
@giacomocavalieri
Copy link
Member

@lpil all the comments have been addressed, do you think this could be merged now?

};

let manifest = read_manifest_from_disc(paths)?;
assert_packages_exist_locally(&manifest, packages.clone())?;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this now fails when there is no manifest. Could we move this inside the update function? Then it would only read the manifest a single time too!

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.

Return an error if asked to update a package that does not exist

3 participants