Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

deps: switch to upstream ctrlc #11617

Merged
merged 1 commit into from
Apr 9, 2020
Merged

deps: switch to upstream ctrlc #11617

merged 1 commit into from
Apr 9, 2020

Conversation

ordian
Copy link
Collaborator

@ordian ordian commented Apr 9, 2020

Looking at winapi 0.2.8 reverse dependencies I've noticed our fork of ctrlc crate which we haven't updated in a while. It seems it added support for SIGTERM flag (which upstream already supports via a feature flag termination) and SIGKILL (I don't think it ever worked because it's not possible to handle SIGKILL at least on Linux):
Detegr/rust-ctrlc@master...paritytech:master.

This PR switches to upstream ctrlc crate and we should probably archive/remove paritytech's fork.

@ordian ordian added A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M5-dependencies 🖇 Dependencies. labels Apr 9, 2020
@ordian ordian requested a review from dvdplm April 9, 2020 11:23
@dvdplm dvdplm merged commit 51e4a6d into master Apr 9, 2020
@dvdplm dvdplm deleted the ao-switch-to-upstream-ctrlc branch April 9, 2020 16:24
dvdplm added a commit that referenced this pull request Apr 14, 2020
* master: (25 commits)
  Update .gitmodules (#11628)
  ethcore/res: activate ecip-1088 phoenix on classic (#11598)
  Upgrade parity-common deps to latest (#11620)
  Fix Goerli syncing (#11604)
  deps: switch to upstream ctrlc (#11617)
  Deduplicating crate dependencies (part 3 of n) (#11614)
  Deduplicating crate dependencies (part 2 of n, `slab`) (#11613)
  Actually save ENR on creation and modification (#11602)
  Activate POSDAO on xDai chain and update bootnodes (#11610)
  Activate on-chain randomness in POA Core (#11609)
  Deduplicating crate dependencies (part 1 of n) (#11606)
  Update enodes for POA Sokol (#11611)
  Remove .git folder from dogerignore file so vergen library can get build date and commit hash in the binary generatio vergen library can get build date and commit hash in the binary generation (#11608)
  Reduced gas cost for static calls made to precompiles EIP2046/1352 (#11583)
  [easy] `ethcore-bloom-journal` was renamed to `accounts-bloom` (#11605)
  Use serde_json to export hardcoded sync (#11601)
  Node Discovery v4 ENR Extension (EIP-868) (#11540)
  Fix compile warnings (#11595)
  Update version to 3.0.0-alpha.1 (#11592)
  ethcore/res: bump canon fork hash for mordor and kotti testnets (#11584)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M5-dependencies 🖇 Dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants