Skip to content

CLAP 1.2.9 - #506

Merged
abique merged 10 commits into
mainfrom
next
Jun 18, 2026
Merged

CLAP 1.2.9#506
abique merged 10 commits into
mainfrom
next

Conversation

@abique

@abique abique commented May 20, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Yashika0724 and others added 4 commits May 20, 2026 13:15
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]>
@abique abique self-assigned this May 20, 2026
@abique
abique force-pushed the next branch 2 times, most recently from 896cdbc to 736f014 Compare May 21, 2026 08:07
@abique
abique force-pushed the next branch 3 times, most recently from 1ca4f86 to 1413ddd Compare May 21, 2026 12:39
@abique
abique marked this pull request as ready for review May 21, 2026 12:44
Comment thread include/clap/ext/draft/background-progress.h Outdated

@Jengamon Jengamon left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

small typo

Comment thread include/clap/ext/draft/background-state-context.h
@abique
abique merged commit cd94482 into main Jun 18, 2026
7 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.

8 participants