Conversation
Five thread annotation comments in three extension headers used '&&' as the conjunction operator, inconsistent with the single '&' used everywhere else in the CLAP API (plugin.h, latency.h, gui.h, etc.). ext/voice-info.h [main-thread && active] ext/configurable-audio-ports.h [main-thread && !active] (x2) ext/draft/extensible-audio-ports.h [main-thread && !is_active] (x2) Replace '&&' with '&' and normalize '!is_active' to '!active' to match the established annotation grammar throughout the project. Signed-off-by: Yashika0724 <[email protected]>
Signed-off-by: Yashika0724 <[email protected]>
…NTROL Increase draft version to 2
abique
force-pushed
the
next
branch
2 times, most recently
from
May 21, 2026 08:07
896cdbc to
736f014
Compare
abique
force-pushed
the
next
branch
3 times, most recently
from
May 21, 2026 12:39
1ca4f86 to
1413ddd
Compare
abique
marked this pull request as ready for review
May 21, 2026 12:44
Quant1um
reviewed
May 22, 2026
…tion Co-Authored-By: Alexandre Bique <[email protected]>
Bremmers
approved these changes
Jun 3, 2026
defiantnerd
approved these changes
Jun 3, 2026
Jengamon
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.