Gary Guo

Results 29 issues of Gary Guo

Fix #24360 pkg_resources is removed in Python 3.12 and replaced by `importlib.resources`. `importlib.resources` however is available in Python 3.9+, so use a polyfill library instead. Bump a bunch of dependencies...

Experiment shows that build speed is significantly improved by using `--disk_cache`.

We have a GitHub team setup for CI admin now, and Rupert isn't actively working on CI anymore, so update the entry accordingly.

CherryPick:earlgrey_1.0.0

### Description We currently have serde-annotate which makes use specialization (unstable features). This leads to the usage of a nightly compiler, and since rules_rust doesn't maintain nightly toolchain indefinitely, this...

Component:Software
Component:Tooling
Type:Enhancement
SW:Build System

Follow up to rust-lang/rust#138492 to remove the lowering of inline const that still remains. Only visible change is that when reporting the error, the "const" keyword is covered in span...

T-compiler
S-waiting-on-review
T-clippy

### What version of `nebula` are you using? (`nebula -version`) 1.9.7 ### What operating system are you using? Linux ### Describe the Bug If there are routes configured via `use_system_route_table`...

Sorry for the long text; this includes a background story on why the feature is requested; if the maintainers think there is a better way to address this, I am...

This code prefers LLD over GOLD over normal LD: https://github.com/bazelbuild/rules_cc/blob/31ddd5fbee38bd9cbf2bfbc8b8a2a6cf87f9a32f/cc/private/toolchain/unix_cc_configure.bzl#L476-L493 GOLD is [deprecated](https://lwn.net/Articles/1007541/) in binutils 2.44 and starting in Rust 1.89, Rust compiler [emits warnings](https://github.com/rust-lang/rust/pull/141750) when it detects GOLD is...

P2