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(bin): Dependency Manager #36

Merged
merged 9 commits into from
Oct 18, 2023
Merged

feat(bin): Dependency Manager #36

merged 9 commits into from
Oct 18, 2023

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Oct 5, 2023

Description

Implements a DependencyManager for #7.

The dependency manager encapsulates installing required software to run op-up, making it very easy to get started with op-up.

As of right now, there is no actual install candidates - have yet to figure out the best way to do this. Couldn't find any available binary installation as a library crates.

@refcell refcell added A-bin Area: Binary related C-feature Category: Features labels Oct 5, 2023
@refcell refcell self-assigned this Oct 5, 2023
@refcell
Copy link
Collaborator Author

refcell commented Oct 15, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@refcell refcell marked this pull request as ready for review October 16, 2023 18:51
bin/opup/src/deps/manager.rs Outdated Show resolved Hide resolved
bin/opup/src/deps/manager.rs Outdated Show resolved Hide resolved
bin/opup/src/deps/manager.rs Outdated Show resolved Hide resolved
@refcell refcell force-pushed the refcell/check-user-binaries branch 2 times, most recently from ad24c7e to 73006a8 Compare October 16, 2023 23:19
bin/opup/src/cli.rs Outdated Show resolved Hide resolved
bin/opup/src/deps.rs Outdated Show resolved Hide resolved
@refcell refcell added this pull request to the merge queue Oct 18, 2023
Merged via the queue into main with commit 5702b0d Oct 18, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bin Area: Binary related C-feature Category: Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants