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

refactor: move config to repodata functions #1723

Merged

Conversation

tdejager
Copy link
Contributor

@tdejager tdejager commented Aug 2, 2024

This continue to make the project module entirely independent of anything in the main pixi crate.

This makes moving a lot simpler, which allows us to use it in pixi build

I've put the repodata conversion behind a feature, because not everything might need it :)

This makes the `project` module entirely independent of anything in the
main pixi crate.

This makes moving a lot simpler, which allows us to use it in pixi build
@tdejager tdejager force-pushed the refactor/move-config-to-repodata branch from c1f8392 to 8c7af79 Compare August 2, 2024 08:20
@@ -9,6 +9,9 @@ readme.workspace = true
repository.workspace = true
version = "0.1.0"

[features]
gateway-conversion = ["dep:rattler_repodata_gateway"]
Copy link
Contributor

Choose a reason for hiding this comment

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

I would not add an extra feature for this. You can just check #[cfg(feature = rattler_repodata_gateway)] because the dependency is optional.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okayyy

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@baszalmstra baszalmstra merged commit a8eee19 into prefix-dev:main Aug 2, 2024
24 checks passed
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.

2 participants