Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / cargo-bins/jobslot issues and pull requests
#77 - chore: release v0.2.19
Pull Request -
State: closed - Opened by github-actions[bot] 4 months ago
#76 - Update windows-sys requirement from 0.52.0 to 0.59.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies, rust
#75 - Optimize: Rm `pre_exec` call on `Command`
Pull Request -
State: closed - Opened by NobodyXu 5 months ago
#74 - Fix: Remove code that should be replaced.
Pull Request -
State: closed - Opened by NobodyXu 5 months ago
#73 - chore: release v0.2.18
Pull Request -
State: closed - Opened by github-actions[bot] 5 months ago
#72 - Fix `Client::configure*` on unix
Pull Request -
State: closed - Opened by NobodyXu 5 months ago
#71 - chore: release v0.2.18
Pull Request -
State: closed - Opened by github-actions[bot] 5 months ago
#70 - Use release-plz in publish.yml
Pull Request -
State: closed - Opened by NobodyXu 5 months ago
#69 - Add CI workflow `publish.yml` for automatic publish
Pull Request -
State: closed - Opened by NobodyXu 8 months ago
#68 - Release jobslot 0.2.17
Pull Request -
State: closed - Opened by NobodyXu 8 months ago
#67 - Add `TryAcquireClient` and `AsyncAcquireClient`
Pull Request -
State: closed - Opened by NobodyXu 8 months ago
#66 - Remove help thread
Pull Request -
State: closed - Opened by NobodyXu 8 months ago
#62 - Bug: Compatibility with `make`
Issue -
State: open - Opened by NobodyXu 9 months ago
#61 - Release jobslot v0.2.15
Pull Request -
State: closed - Opened by NobodyXu 10 months ago
#60 - Fix `Client::from_env`
Pull Request -
State: closed - Opened by NobodyXu 10 months ago
#59 - Bump actions/cache from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies, github_actions
#58 - Release jobslot v0.2.14
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
#57 - Update windows-sys requirement from 0.48.0 to 0.52.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, rust
#56 - Release jobslot v0.2.13
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
#55 - CI: Rm `cache-cleanup.yml`
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
#54 - Simplify unix implementation
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
#53 - Release jobslot v0.2.12
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
#52 - Add sponsorship for NobodyXu
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
- 1 comment
#51 - Fix unix impl: Retry syscall on `EINTR`
Pull Request -
State: closed - Opened by NobodyXu about 1 year ago
#50 - Reenter syscall on EINTR
Issue -
State: closed - Opened by NobodyXu about 1 year ago
#46 - Cleanup gh caches for branches
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#45 - Add new job clippy to workflow `main.yml`
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#44 - Run `cargo-fmt` from stable channel
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#43 - Speedup msrv: Avoid pulling dev-dependencies
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#42 - Use sccache for caching: Cache each crate separately
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#41 - Bump msrv to 1.56 as required by windows-sys 0.48
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#40 - Update windows-sys requirement from 0.45.0 to 0.48.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 3 comments
Labels: dependencies, rust
#39 - Improve `windows::Client::new` impl
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#38 - Add new API for creating jobserver and run cmds with the named fifo on unix
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#37 - Use `env::var_os` to support non utf-8 char in `Client::from_env` on unix
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#36 - Add new API for creating jobserver and run cmds with the named fifo on unix
Issue -
State: closed - Opened by NobodyXu over 1 year ago
#35 - Use `env::var_os` in `Client::from_env` to accept non-utf8 characters
Issue -
State: closed - Opened by NobodyXu over 1 year ago
#34 - Support `--jobserver-auth=fifo:/path/to/fifo` in `Client::from_env` on unix
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#33 - Bump msrv to 1.54
Pull Request -
State: closed - Opened by NobodyXu over 1 year ago
#32 - Update windows-sys requirement from 0.42.0 to 0.45.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies, rust
#31 - Add `available` traits to find out how many client tokens are unused
Pull Request -
State: closed - Opened by NobodyXu almost 2 years ago
#30 - Add `available` traits to find out how many client tokens are unused
Pull Request -
State: closed - Opened by NobodyXu almost 2 years ago
#29 - Update comment in `unix::Client::acquire`
Pull Request -
State: closed - Opened by NobodyXu almost 2 years ago
#28 - Optimize `windows::Client::new`: Avoid repeated `String` creation
Pull Request -
State: closed - Opened by NobodyXu almost 2 years ago
- 4 comments
#27 - Replace winapi with offical crate windows-sys v0.42.0
Pull Request -
State: closed - Opened by NobodyXu almost 2 years ago
#26 - Migrate from winapi to official windows crate
Issue -
State: closed - Opened by NobodyXu about 2 years ago
#25 - Fix leaking on unix: Revert to using `pre_exec` to unset `CLO_EXEC`
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#24 - More Refactor and Optimization
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#23 - Refactor & Optimize
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#22 - Optimize unix impl
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#21 - Fix unix impl
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#20 - Update section of README on why fork `jobserver`
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#19 - Fix unix impl
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#18 - Improve unix impl
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#17 - Add msrv CI
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#16 - Improve win impl
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
- 1 comment
Labels: enhancement
#15 - Bump crate ver to v0.2.2
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#14 - Improve `Client::from_env`
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#13 - Bump crate ver to v0.2.1
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#12 - Fix/doc
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#11 - Bump crate ver to v0.2.0
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#10 - Update `README.md`
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#9 - Further refactor
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#8 - Refactor src, minor optimization and add doc
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
- 4 comments
Labels: enhancement
#7 - Refactor tests
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#6 - Add back Alex Crichton as an author
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#5 - Update dependabot config
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
#4 - Rename crate to `jobslot`
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
- 2 comments
#3 - Publish this crate in a new name
Issue -
State: closed - Opened by NobodyXu about 2 years ago
- 5 comments
Labels: help wanted
#2 - Update futures requirement from 0.1 to 0.3
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 2 comments
Labels: dependencies
#1 - Fix potentially dropped Client in configure
Pull Request -
State: closed - Opened by NobodyXu over 2 years ago
- 1 comment