David Tolnay
94ef1d73b0
Delete non_exhaustive_omitted_patterns lint and exhaustive cfg
2024-10-19 19:37:58 -07:00
David Tolnay
221302e35f
Fix typo in upload-artifact condition
2024-08-25 12:50:33 -07:00
David Tolnay
a254291b7d
Upload CI Cargo.lock for reproducing failures
2024-08-25 12:12:20 -07:00
David Tolnay
ed628471e7
Minimize RUSTFLAGS churn to reduce some rebuilds
2024-03-29 14:22:11 -07:00
David Tolnay
e8878f449f
Consolidate CI test and build workflows
2024-03-29 14:17:38 -07:00
David Tolnay
d9bf9ec500
Skip cargo test in most CI jobs
2024-03-29 13:48:52 -07:00
David Tolnay
5185a4df8a
Add CI on macOS and Windows
2024-03-29 13:44:15 -07:00
David Tolnay
799aa1079b
Explicitly install a Rust toolchain for cargo-outdated job
...
Debugging a recent cargo-outdated bug, it would have been nice not to
wonder whether a rustc version change in GitHub's runner image was a
contributing factor.
2024-03-25 22:24:49 -07:00
David Tolnay
4934b35c02
Raise minimum tested compiler to 1.74
...
Required by newest versions of clap and clap_builder.
error: package `clap_builder v4.5.0` cannot be built because it requires rustc 1.74 or
newer, while the currently active rustc version is 1.70.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p clap_builder@4.5.0 --precise ver
where `ver` is the latest version of `clap_builder` supporting rustc 1.70.0
2024-02-08 19:14:26 -08:00
David Tolnay
372e8ef30e
Update actions/checkout@v3 -> v4
2023-09-04 22:34:56 -07:00
David Tolnay
23be22db3b
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
...
Fixed in nightly-2023-07-23.
This reverts commit 36a2e05e9d
.
2023-07-22 18:39:52 -07:00
David Tolnay
36a2e05e9d
Temporarily disable -Zrandomize-layout due to rustc ICE
...
https://github.com/rust-lang/rust/issues/113941
2023-07-21 20:22:38 -07:00
David Tolnay
e07f896029
Delete CI dependency on rustfmt
...
No longer needed since the integration of prettyplease.
2023-07-14 21:50:41 -07:00
David Tolnay
ab40799d78
Raise minimum tested compiler to 1.70
...
error[E0658]: use of unstable library feature 'is_terminal'
--> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:168:5
|
168 | use std::io::IsTerminal;
| ^^^^^^^^^^^^^^^^^^^
error[E0658]: use of unstable library feature 'is_terminal'
--> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:220:22
|
220 | std::io::stdin().is_terminal()
| ^^^^^^^^^^^
error[E0658]: use of unstable library feature 'is_terminal'
--> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:232:23
|
232 | std::io::stdout().is_terminal()
| ^^^^^^^^^^^
error[E0658]: use of unstable library feature 'is_terminal'
--> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:238:23
|
238 | std::io::stderr().is_terminal()
| ^^^^^^^^^^^
2023-07-05 14:14:20 -07:00
David Tolnay
9880cb5940
Validate that pre-existing lockfile is not stale on first check
2023-07-04 11:23:55 -07:00
David Tolnay
5bfa04128c
Re-enable cargo outdated CI
2023-03-22 18:21:53 -07:00
David Tolnay
b7ddff13a2
Temporarily defer prettyplease update which must match syn version
2023-03-22 17:54:56 -07:00
David Tolnay
c3f226a5b8
Test exhaustiveness of expr match
2023-03-22 17:45:59 -07:00
David Tolnay
d7138357d0
Temporarily defer syn upgrade from failing cargo outdated job
2023-03-22 15:00:56 -07:00
David Tolnay
a51269c63d
Enable type layout randomization in CI on nightly
2023-02-18 21:21:57 -08:00
David Tolnay
ba4b2b81bd
Support a manual trigger on CI workflow
2023-02-18 17:23:51 -08:00
David Tolnay
98376071ac
Raise minimum rustc to 1.64
...
Required by clap 4.1 / clap_lex 0.3.1:
error: package `clap_lex v0.3.1` cannot be built because it requires rustc 1.64.0 or newer
2023-01-13 19:07:08 -08:00
David Tolnay
42c4bdf647
Prevent actions duplication on noop merge commits
2022-12-31 12:45:32 -08:00
David Tolnay
0a12097eb7
Time out workflows after 45 minutes
...
GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
jobs have started randomly stalling for that long, which is inconvenient
because it ties up a chunk of my runner quota. It apepars to be very
rare for a job to recover after stalling. It's better to time out
quicker and retry on a different runner.
2022-11-25 18:56:16 -08:00
David Tolnay
560474732e
GitHub Workflows security hardening
2022-09-02 15:09:27 -07:00
David Tolnay
9e6d9270e7
Prettyplease default, rustfmt opt-in via config
2022-08-13 12:21:22 -07:00
David Tolnay
b6be9f893a
Check all crates in workspace for outdated deps
2022-06-06 14:39:20 -07:00
David Tolnay
4893a2fc8d
Update bat to 0.21
2022-05-12 14:12:49 -07:00
David Tolnay
841616c039
Revert "Pin syntect to 4.6.0"
...
This reverts commit 44968ac2cd
.
2022-05-12 14:06:10 -07:00
David Tolnay
6d9b823c31
Defer bat upgrade temporarily
2022-05-12 14:05:20 -07:00
David Tolnay
b181f681cd
Raise minimum compiler version to 1.58
2022-05-11 23:25:28 -07:00
David Tolnay
32ec0f210e
Drop unneeded quoting from env variable in workflows yaml
2022-04-28 19:29:07 -07:00
David Tolnay
441cdf504e
Update workflows to actions/checkout@v3
2022-04-24 19:05:03 -07:00
David Tolnay
5a116832ad
Revert "Temporarily disable beta CI"
...
This reverts commit 2a2318d4c6
.
2022-01-12 19:06:12 -08:00
David Tolnay
3176152239
Format output using prettyplease
2022-01-12 14:12:18 -08:00
David Tolnay
2a2318d4c6
Temporarily disable beta CI
2022-01-08 12:19:03 -08:00
David Tolnay
44968ac2cd
Pin syntect to 4.6.0
2022-01-03 00:47:18 -08:00
David Tolnay
98ebe9da5d
Run clap debug asserts as a unit test
2022-01-02 14:53:23 -08:00
David Tolnay
865ae25b6e
Update to clap 3
2022-01-02 14:49:03 -08:00
David Tolnay
5648730567
Detect warnings in CI
2021-12-31 22:10:22 -08:00
David Tolnay
f0d5dbcfdf
Install newest build of cargo-outdated
...
The old version available by default in the GitHub Actions image fails
with:
thread 'main' panicked at 'package cache lock is not currently held, Cargo forgot to call `acquire_package_cache_lock` before we got to this stack frame', /usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.57.0/src/cargo/util/config/mod.rs:1542:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2021-11-17 13:35:35 -08:00
David Tolnay
1b5fd6d6eb
Raise minimum tested compiler from 1.46 to 1.51
...
Required by use of `resolver` in the `time` crate's Cargo.toml.
error: failed to download `time v0.3.5`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at ~/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.5/Cargo.toml
Caused by:
feature `resolver` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["resolver"]` to enable this feature
2021-11-14 21:03:21 -08:00
David Tolnay
a1d16c6299
Add actions job to notice outdated dependencies
2021-10-08 01:52:47 -04:00
David Tolnay
f4139ce2e9
Rerun check build with updated dependencies
2021-10-08 01:25:05 -04:00
David Tolnay
deabfe01fb
Run clippy on test suite too
2021-09-30 01:32:02 -04:00
David Tolnay
be4b1ba5b9
Skip clippy job on pull requests
2021-09-18 16:41:09 -07:00
David Tolnay
3fa442c07d
Raise minimum supported compiler to rustc 1.46
...
Required by const fn in bitflags.
error[E0658]: `if` is not allowed in a `const fn`
--> /home/david/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/src/app/settings.rs:7:1
|
7 | / bitflags! {
8 | | struct Flags: u64 {
9 | | const SC_NEGATE_REQS = 1;
10 | | const SC_REQUIRED = 1 << 1;
... |
51 | | }
52 | | }
| |_^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0658]: `if` is not allowed in a `const fn`
--> /home/david/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/src/args/settings.rs:6:1
|
6 | / bitflags! {
7 | | struct Flags: u32 {
8 | | const REQUIRED = 1;
9 | | const MULTIPLE = 1 << 1;
... |
28 | | }
29 | | }
| |_^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2021-08-25 00:42:47 -07:00
David Tolnay
a932b8947a
Raise minimum supported compiler to rustc 1.45
...
Required by use of str::strip_suffix in `bat`.
error[E0658]: use of unstable library feature 'str_strip': newly added
--> /home/david/.cargo/registry/src/github.com-1ecc6299db9ec823/bat-0.18.2/src/assets.rs:304:75
|
304 | ... if let Some(stripped_filename) = file_str.strip_suffix(suffix) {
| ^^^^^^^^^^^^
2021-07-27 21:10:30 -07:00
David Tolnay
98553da99d
Run a CI build on newest nightly, even if rustfmt is delayed
2021-02-07 14:30:57 -08:00
David Tolnay
c180463595
Provide a nightly rustfmt to CI
2021-02-07 14:22:26 -08:00