Lin Yihai

Results 14 issues of Lin Yihai

### Describe what this PR does / why we need it to try solve issue: adjusting period of metric log task after initialization #148 ### Does this pull request fix...

### What does this PR try to resolve? as the https://github.com/rust-lang/cargo/issues/13194 metions, the lookup rules for custom subcommands are only reflected in comments inside the code, and it is time...

A-documenting-cargo-itself
S-waiting-on-review

### What does this PR try to resolve? This PR want to verify `public is respected recursively` by rustc. The original idea came from here: https://github.com/rust-lang/rust/issues/44663#issuecomment-1851227083. ### How should we...

A-testing-cargo-itself
S-waiting-on-review
Z-public-dependency

### Problem The `exported_private_dependencies` lint only take affect in the innermost dependency in a recursively dependent environment. This inspired by https://github.com/rust-lang/rust/issues/44663#issuecomment-1851227083. ### Steps In order to prove this problem, I...

C-bug
S-triage

How to know that rust edition not set in Cargo.toml? I want to know whethe edition is set or not in the Cargo.toml. In this situation, I found that the...

### What does this PR try to resolve? Fixes: https://github.com/rust-lang/cargo/issues/13405 This is a workround based on https://github.com/rust-lang/cargo/issues/13405#issuecomment-1930496807 ### How should we test and review this PR? first commit will pass,...

A-dependency-resolution
S-waiting-on-review
A-lockfile

### What does this PR try to resolve? The default git/gitoxide feautures config can be obtained througt `-Zgit` and `-Zgitoxide`. However, it cannot be obtained from environment variables or configurations....

A-git
S-waiting-on-review
A-unstable

## What 's this PR want to solve? The main purpose is to solve the `upper bound semantic` approved by [rfc#precise-pre-release-cargo-update](https://github.com/rust-lang/rfcs/pull/3493) it extends the matching mechanism of the pre-release version,...

I use `tokio-cron-scheduler` to run schedule job, and run together with Axum ``` #[tokio::main] async fn main() { // Build our application with a single route. let ctx = Context::new();...

bug