Compare commits

...

8 Commits

Author SHA1 Message Date
Taiki Endo
11053896c3 Release 2.42.36 2024-08-29 11:09:13 +09:00
Taiki Endo
e920d2b2a9 Update just@latest to 1.35.0 2024-08-29 09:31:15 +09:00
Taiki Endo
7b2b0dffb4 Update cargo-nextest@latest to 0.9.77 2024-08-29 09:31:15 +09:00
Taiki Endo
164f59de46 Update protoc@latest to 3.28.0 2024-08-29 06:14:46 +09:00
Taiki Endo
0b73cec6bf Release 2.42.35 2024-08-28 10:58:21 +09:00
Taiki Endo
02552a37bb Update protoc@latest to 3.27.4 2024-08-28 06:13:47 +09:00
Taiki Endo
f10ce91bf6 Update cspell dictionary 2024-08-26 23:48:11 +09:00
Taiki Endo
7ea7a2c18f Ignore clippy::too_long_first_doc_paragraph lint
```
error: first doc comment paragraph is too long
   --> tools/codegen/src/lib.rs:314:1
    |
314 | / /// GitHub Actions Runner supports Linux (x86_64, aarch64, arm), Windows (x86_64, aarch64),
315 | | /// and macOS (x86_64, aarch64).
316 | | /// https://github.com/actions/runner/blob/v2.315.0/.github/workflows/build.yml#L21
317 | | /// https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#supported-architectures-and-operating-systems-f...
318 | | ///
319 | | /// Note:
    | |_
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
    = note: `-D clippy::too-long-first-doc-paragraph` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`
```
2024-08-26 23:47:54 +09:00
6 changed files with 129 additions and 11 deletions

View File

@@ -21,7 +21,6 @@ mirrorlist
nextest nextest
pluginconf pluginconf
protoc protoc
pubkey
pwsh pwsh
QQSTRING QQSTRING
quickinstall quickinstall

View File

@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.42.36] - 2024-08-29
- Update `just@latest` to 1.35.0.
- Update `cargo-nextest@latest` to 0.9.77.
- Update `protoc@latest` to 3.28.0.
## [2.42.35] - 2024-08-28
- Update `protoc@latest` to 3.27.4.
## [2.42.34] - 2024-08-26 ## [2.42.34] - 2024-08-26
- Update `cargo-nextest@latest` to 0.9.76. - Update `cargo-nextest@latest` to 0.9.76.
@@ -2650,7 +2662,9 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.34...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.36...HEAD
[2.42.36]: https://github.com/taiki-e/install-action/compare/v2.42.35...v2.42.36
[2.42.35]: https://github.com/taiki-e/install-action/compare/v2.42.34...v2.42.35
[2.42.34]: https://github.com/taiki-e/install-action/compare/v2.42.33...v2.42.34 [2.42.34]: https://github.com/taiki-e/install-action/compare/v2.42.33...v2.42.34
[2.42.33]: https://github.com/taiki-e/install-action/compare/v2.42.32...v2.42.33 [2.42.33]: https://github.com/taiki-e/install-action/compare/v2.42.32...v2.42.33
[2.42.32]: https://github.com/taiki-e/install-action/compare/v2.42.31...v2.42.32 [2.42.32]: https://github.com/taiki-e/install-action/compare/v2.42.31...v2.42.32

View File

@@ -19,10 +19,33 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "0.9.76" "version": "0.9.77"
}, },
"0.9": { "0.9": {
"version": "0.9.76" "version": "0.9.77"
},
"0.9.77": {
"previous_stable_version": "0.9.76",
"x86_64_linux_gnu": {
"etag": "0x8DCC7AA37E7E7E7",
"checksum": "31f288399a8b735f02383913491dc5f1b2a2ddbfacec7c8424dfb94444a4bc43"
},
"x86_64_linux_musl": {
"etag": "0x8DCC7AAAA74072C",
"checksum": "f3a91b9f9ad1e005e03ad57a87cd2f90e4ad266e4b85af209241c0770a0c7815"
},
"x86_64_macos": {
"etag": "0x8DCC7AA377B214D",
"checksum": "667883fd4a122dfdfcb70b4d563f4046c9dc3c38b5b25d9c559fa02044d11e9b"
},
"x86_64_windows": {
"etag": "0x8DCC7AAC7B09110",
"checksum": "5f733822b21153141e741bfc765a517f7f1eb2ab6e1f65a5db5555a7f4899d3d"
},
"aarch64_linux_gnu": {
"etag": "0x8DCC7AA5A183DCB",
"checksum": "a4035e63d33ac2c96371ab134a61613c3cb0ae4b03fc5ad54c2712e79afd9f16"
}
}, },
"0.9.76": { "0.9.76": {
"previous_stable_version": "0.9.75", "previous_stable_version": "0.9.75",

29
manifests/just.json generated
View File

@@ -19,10 +19,35 @@
}, },
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)", "license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": { "latest": {
"version": "1.34.0" "version": "1.35.0"
}, },
"1": { "1": {
"version": "1.34.0" "version": "1.35.0"
},
"1.35": {
"version": "1.35.0"
},
"1.35.0": {
"x86_64_linux_musl": {
"etag": "0x8DCC7B014F47FBB",
"checksum": "c4172306e241bd175c07316156a610593fa2b687ac49418520a375605d7cead4"
},
"x86_64_macos": {
"etag": "0x8DCC7AFEA81141B",
"checksum": "d947700b3bd86ec5dc146f2d7fa6046010135d01ab6488bd65451b46acf3aeb6"
},
"x86_64_windows": {
"etag": "0x8DCC7B04ECF0176",
"checksum": "b53aebf423e701fb94442af8e7cf20400bc7bed46de297c6e0e9eb9c6fdb24e2"
},
"aarch64_linux_musl": {
"etag": "0x8DCC7AFFDAA1BE1",
"checksum": "a94c75426239fce8c1e7fdfccd20d60d987924f91ac45c843a14cd72d4d71e73"
},
"aarch64_macos": {
"etag": "0x8DCC7AFF5497587",
"checksum": "898cc0623112a5912ef2dd891020d68e6b8eba9250c76460547f1703e550fabb"
}
}, },
"1.34": { "1.34": {
"version": "1.34.0" "version": "1.34.0"

63
manifests/protoc.json generated
View File

@@ -3,13 +3,70 @@
"template": null, "template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)", "license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": { "latest": {
"version": "3.27.3" "version": "3.28.0"
}, },
"3": { "3": {
"version": "3.27.3" "version": "3.28.0"
},
"3.28": {
"version": "3.28.0"
},
"3.28.0": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-linux-x86_64.zip",
"etag": "0x8DCC79A6BA9F65A",
"checksum": "b2e187c8b9f2d97cd3ecae4926d1bb2cbebe3ab768e7c987cbc86bb17f319358"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-osx-x86_64.zip",
"etag": "0x8DCC79A6BCCE754",
"checksum": "92186702964437d3ba2ac3427bb906d9f6b92219ddb3c397a2e734d70be59046"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-win64.zip",
"etag": "0x8DCC79A6BFBD8CC",
"checksum": "349654eb0a66a37a7a8aabb89a32379216e7188233dfc6167d40f16f0932a205"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-linux-aarch_64.zip",
"etag": "0x8DCC79A6B594B06",
"checksum": "d622619dcbfb5ecb281cfb92c1a74d6a0f42e752d9a2774b197f475f7ab1c8c4"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.0/protoc-28.0-osx-aarch_64.zip",
"etag": "0x8DCC79A6BAE8512",
"checksum": "4e05879bb7f5b6209461e0cff58c20dfcb117bede7d4737ed8ec6383074fda24"
}
}, },
"3.27": { "3.27": {
"version": "3.27.3" "version": "3.27.4"
},
"3.27.4": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-linux-x86_64.zip",
"etag": "0x8DCC6DA79711D5B",
"checksum": "20a977d023a47a7f27557aa144eb2c06baa6f623784e34d8a13d9abb6f6bc6c0"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-osx-x86_64.zip",
"etag": "0x8DCC6DA79A0F821",
"checksum": "a0c0e3f900ce3bd99db8b378b25bdbaaf42fe060037d06bdbdb0e0a813f3032c"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-win64.zip",
"etag": "0x8DCC6DA79CDC90F",
"checksum": "7e48cfe4fe21d605a7b37be32514ef66692663a1aa280b9d84edaec851183daa"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-linux-aarch_64.zip",
"etag": "0x8DCC6DA790B2D54",
"checksum": "2399fa9e634880e70a8aa760b1b164ea0a8e8acac3bf541e732f9b3ade312cc9"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v27.4/protoc-27.4-osx-aarch_64.zip",
"etag": "0x8DCC6DA7977F370",
"checksum": "52aa0b3f95972ffb9363a07f7944683c72213ab2fbfc8bbc315837e26c5e4311"
}
}, },
"3.27.3": { "3.27.3": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {

View File

@@ -1,5 +1,7 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT // SPDX-License-Identifier: Apache-2.0 OR MIT
#![allow(clippy::missing_panics_doc, clippy::too_long_first_doc_paragraph)]
use std::{ use std::{
cmp::{self, Reverse}, cmp::{self, Reverse},
collections::BTreeMap, collections::BTreeMap,
@@ -244,8 +246,6 @@ pub struct BaseManifest {
} }
impl BaseManifest { impl BaseManifest {
/// Validate the manifest. /// Validate the manifest.
// The panic is an assert
#[allow(clippy::missing_panics_doc)]
pub fn validate(&self) { pub fn validate(&self) {
for bin in self.bin.iter().chain(self.platform.values().flat_map(|m| &m.bin)) { for bin in self.bin.iter().chain(self.platform.values().flat_map(|m| &m.bin)) {
assert!(!bin.as_slice().is_empty()); assert!(!bin.as_slice().is_empty());