Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delay-timer 在 Rust v1.75 下编译失败 #210

Closed
5 tasks done
greenhat616 opened this issue Dec 29, 2023 · 2 comments
Closed
5 tasks done

delay-timer 在 Rust v1.75 下编译失败 #210

greenhat616 opened this issue Dec 29, 2023 · 2 comments
Labels
C: Backend S: Blocked Need upstream fix or got updated T: Bug Something isn't working

Comments

@greenhat616
Copy link
Collaborator

greenhat616 commented Dec 29, 2023

复现步骤 / Step to reproduce

BinChengZhao/delay-timer#48
rust-lang/rust#100806 (comment)
rust-lang/rust#100806 (comment)

由于 Rust 的 Bug 被错误发行到 Stable channel 中了,因此造成 delay-timer 依赖的 split_inclusive 的类型推断错误。

因此,目前有两个解决方案:

  • CI 锁定 1.74.1 - 等待 Rust 上游修复后,再切换 stable channel;
  • 应用我之前写的 workaround,但是 CI 必须切 nightly,等待上游修复后且回来

预期行为 / Expected behaviour

正常工作

实际行为 / Actual Behaviour

应用日志 / App logs

No response

备注 / Addition details

No response

Clash Nyapasu 版本号 / Clash Nyapasu

所有

是否为 Pre-release / Is pre-release version

所有

操作系统及版本 / OS version

所有

自查步骤 / Verify steps

  • 如果您有足够的时间和能力,并愿意为此提交 PR ,请勾上此复选框 / Pull request is welcome. Check this if you want to start a pull request
  • 您已仔细查看并知情 Q&A 中的内容 / You have checked Q&A carefully
  • 您已搜索过 Issue Tracker,没有找到类似内容 / I have searched on Issue Tracker, No duplicate or related open issue has been found
  • 您确保这个 Issue 只提及一个问题。如果您有多个问题报告,烦请发起多个 Issue / Ensure there is only one bug report in this issue. Please make mutiply issue for mutiply bugs
  • 您确保已使用最新 Pre-release 版本测试,并且该问题在最新 Pre-release 版本中并未解决 / This bug have not solved in latest Pre-release version
@greenhat616 greenhat616 added T: Bug Something isn't working C: Backend S: Blocked Need upstream fix or got updated labels Dec 29, 2023
@greenhat616
Copy link
Collaborator Author

cc @keiko233

@dyxushuai
Copy link
Contributor

related rust-lang/rust#100756

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Backend S: Blocked Need upstream fix or got updated T: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants