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

Move prefix struct to rattler #8

Closed
baszalmstra opened this issue May 5, 2023 · 2 comments
Closed

Move prefix struct to rattler #8

baszalmstra opened this issue May 5, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@baszalmstra
Copy link
Contributor

There is a utility struct called Prefix in the current repository. It contains high level code to interact with a conda environment on disk. It would be nice to move this to the rattler crate and add additional functionalities to it (like executing a transaction on it).

https://github.com/prefix-dev/pax/blob/7231f7ccccdb39f7e75dc3059aa6fd3abdf402ee/src/prefix.rs#L7-L8

@baszalmstra baszalmstra added the good first issue Good for newcomers label Jun 2, 2023
@baszalmstra
Copy link
Contributor Author

Im not entirely sure whether or not we should do this still. There is some functionality (like discovering installed packages) that should be moved, but the Prefix struct itself has grown to incorporate pixi specific stuff.

@ruben-arts
Copy link
Contributor

Closing for now, open for to long without anything, reopen if still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants