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

removed unnecessary feature from zenoh-plugin-trait to avoid false compatibility errors #1709

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

milyin
Copy link
Contributor

@milyin milyin commented Jan 13, 2025

The "default" feature in the crate is dummy, but it causes plugin incompatibility diagnostic if plugin is built without "default-features = false" for this crate. Better to remove it to avoid such failures

This problem causes plugin incompatibility for zehoh-ts. It can be fixed on zenoh-ts level, but better to fix the root cause

Copy link

PR missing one of the required labels: {'bug', 'new feature', 'breaking-change', 'internal', 'enhancement', 'dependencies', 'documentation'}

@milyin milyin added the internal Changes not included in the changelog label Jan 13, 2025
@milyin milyin requested a review from Mallets January 13, 2025 15:35
@Mallets Mallets merged commit f9237ab into main Jan 13, 2025
26 of 27 checks passed
@Mallets Mallets deleted the unused_default_feature branch January 13, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants