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

Do not take ownership of the attributes #53

Merged
merged 6 commits into from
Jan 20, 2024
Merged

Conversation

A6GibKm
Copy link
Collaborator

@A6GibKm A6GibKm commented Dec 2, 2023

This will free us of cloning them.

@A6GibKm A6GibKm force-pushed the ref-attribute branch 2 times, most recently from 85b0f58 to 652745b Compare December 15, 2023 21:07
@bilelmoussaoui
Copy link
Owner

Would need a rebase

bilelmoussaoui
bilelmoussaoui previously approved these changes Jan 3, 2024
@A6GibKm
Copy link
Collaborator Author

A6GibKm commented Jan 11, 2024

Rebased and tested with the CLI utility.

@A6GibKm A6GibKm changed the title WIP: Do not take ownership of the attributes Do not take ownership of the attributes Jan 11, 2024
cli/src/main.rs Outdated
@@ -11,7 +11,7 @@ use oo7::{
zbus,
};

const BINARY_NAME: &'static str = env!("CARGO_BIN_NAME");
const BINARY_NAME: &str = env!("CARGO_BIN_NAME");
Copy link
Owner

Choose a reason for hiding this comment

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

recent rust complains about this

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removed, if needed can be done elsewhere.

@bilelmoussaoui bilelmoussaoui merged commit bca4412 into main Jan 20, 2024
4 of 5 checks passed
@bilelmoussaoui bilelmoussaoui deleted the ref-attribute branch January 20, 2024 08:30
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