Skip to content

0.35.0 - #135

Closed
padenot wants to merge 6 commits into
mozilla:masterfrom
padenot:0.34.2
Closed

0.35.0#135
padenot wants to merge 6 commits into
mozilla:masterfrom
padenot:0.34.2

Conversation

@padenot

@padenot padenot commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Does what it says, people from Signal need that.

@padenot
padenot requested a review from kinetiknz June 9, 2026 16:57
padenot added 2 commits June 9, 2026 17:01
ctest 0.4.11 no longer compiles against current rustc due to an API
change in garando_syntax. ctest 0.5 fixes this but requires edition
2021 for macro expansion.

Update cubeb-sys to edition 2021 and add crate:: prefixes to all
intra-crate imports. Adapt systest/build.rs to the renamed ctest 0.5
API (type_name/field_name -> rename_struct_field, generate ->
generate_files). Suppress clippy lints on ctest-generated code in
systest/src/main.rs.
…led and linked

ctest 0.5's generate_files only writes the test sources; the generated
ctest_* C functions were never built, so systest failed to link. Use
ctest::generate_test, which also compiles the C file via cc. Restore the
bare-typedef naming (previously type_name) with rename_struct_ty, since
the cubeb types are anonymous-struct typedefs and have no struct tag.
…red backends

Under `cargo clippy -- -D warnings`, RUSTC_WORKSPACE_WRAPPER and
CLIPPY_ARGS are inherited by the cargo invocation cmake runs to build
cubeb-coreaudio-rs/cubeb-pulse-rs, so clippy lints in those vendored
trees fail the build. Scrub the wrapper variables so the nested build is
a plain cargo build.
@kinetiknz kinetiknz changed the title 0.34.2 0.35.0 Jun 10, 2026
@kinetiknz

Copy link
Copy Markdown
Contributor

I released current master as 0.35.

@kinetiknz kinetiknz closed this Jun 10, 2026
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