Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2025

This PR contains the following updates:

Package Type Update Change
ctrlc workspace.dependencies minor 3.4.7 -> 3.5.1

Release Notes

Detegr/rust-ctrlc (ctrlc)

v3.5.1

Compare Source

What's Changed

Full Changelog: Detegr/rust-ctrlc@3.5.0...3.5.1

v3.5.0

Compare Source

What's Changed

  • Implement unix with sem_(3) instead of pipes (dispatch_semaphore_() on apple where POSIX semaphores are broken-by-design) by @​nabijaczleweli in #​134
  • Bump windows-sys to 0.60 by @​dpaoliello in #​135
  • Bump windows-sys to 0.61

Apparently we broke compatibility with RedoxOS as well.

New Contributors

Full Changelog: Detegr/rust-ctrlc@3.4.7...3.5.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Sep 7, 2025

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)

@renovate renovate bot force-pushed the renovate/ctrlc-3.x-lockfile branch from 8aeb6e2 to 5f55868 Compare September 11, 2025 19:08
@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@cakebaker
Copy link
Contributor

Fails on Redox, reported upstream: Detegr/rust-ctrlc#136

@renovate renovate bot force-pushed the renovate/ctrlc-3.x-lockfile branch from 5f55868 to efae03c Compare September 20, 2025 05:10
@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@renovate renovate bot force-pushed the renovate/ctrlc-3.x-lockfile branch from efae03c to a54d439 Compare September 22, 2025 20:51
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 22, 2025

CodSpeed Performance Report

Merging #8568 will degrade performances by 3.25%

Comparing renovate/ctrlc-3.x-lockfile (6f5459a) with main (ca6d69a)

Summary

❌ 3 regressions
✅ 101 untouched
🗄️ 1 archived benchmark run1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
du_balanced_tree[(5, 4, 10)] 9.1 ms 9.3 ms -2.53%
du_human_balanced_tree[(5, 4, 10)] 10.1 ms 10.4 ms -3.25%
du_summarize_balanced_tree[(5, 4, 10)] 8.4 ms 8.5 ms -2.13%

Footnotes

  1. 1 benchmark was run, but is now archived. If it was deleted in another branch, consider rebasing to remove it from the report. Instead if it was added back, click here to restore it.

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@renovate renovate bot force-pushed the renovate/ctrlc-3.x-lockfile branch from a54d439 to 41ac16d Compare October 21, 2025 05:21
@renovate renovate bot changed the title chore(deps): update rust crate ctrlc to v3.5.0 chore(deps): update rust crate ctrlc to v3.5.1 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/ctrlc-3.x-lockfile branch from 41ac16d to 6f5459a Compare October 28, 2025 21:52
@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)

@sylvestre
Copy link
Contributor


error[E0425]: cannot find function `sem_init` in crate `nix::libc`
    --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.5.1/src/platform/unix/mod.rs:19:20
     |
  19 |         nix::libc::sem_init(&mut SEMAPHORE as *mut _, SEM_THREAD_SHARED, 0);
     |                    ^^^^^^^^ help: a function with a similar name exists: `res_init`
     |
    ::: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/src/unix/mod.rs:1415:5
     |
1415 |     pub fn res_init() -> c_int;
     |     --------------------------- similarly named function `res_init` defined here

For more information about this error, try `rustc --explain E0425`.

@cakebaker
Copy link
Contributor

@sylvestre I reported the issue upstream a while ago, see my comment above.

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.

3 participants