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

chore(cli_aut): feat flag to avoid clippy errors #2100

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

joshuef
Copy link
Contributor

@joshuef joshuef commented Sep 11, 2024

This pull request includes changes to the autonomi project to enhance feature management and conditional compilation. The most important changes involve updating feature dependencies in the Cargo.toml file and adding conditional compilation attributes to the lib.rs file.

Feature management updates:

  • autonomi/Cargo.toml: Updated the default feature to include "data" and modified the files feature to depend on both "transfers" and "data".

Conditional compilation updates:

  • autonomi/src/lib.rs: Added conditional compilation attributes for the self_encryption and wallet modules based on the "data" and "transfers" features, respectively. Also, introduced a conditional constant VERIFY_STORE for the "transfers" feature.

autonomi/src/wallet/error.rs Outdated Show resolved Hide resolved
autonomi/src/lib.rs Outdated Show resolved Hide resolved
autonomi/src/client/mod.rs Outdated Show resolved Hide resolved
@b-zee b-zee added this pull request to the merge queue Sep 11, 2024
Merged via the queue into maidsafe:main with commit 0100bc5 Sep 11, 2024
40 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