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

Test 1.65-beta channel #1098

Merged
merged 9 commits into from
Sep 26, 2022
Merged

Test 1.65-beta channel #1098

merged 9 commits into from
Sep 26, 2022

Conversation

TimDiekmann
Copy link
Member

🌟 What is the purpose of this PR?

With 1.65, backtrace support is added, so it's possible to use it without a nightly toolchain. In order to properly support it, we need to test that release in CI as well.

🔗 Related links

🔍 What does this change?

  • Add beta channel to CI (current beta is 1.65.0-beta.2)
  • Fix usage of a nightly feature to read the number of frames in a backtrace, it's now omitted in non-nightly channels
  • Adjust documentation to show the non-nightly output

🛡 What tests cover this?

  • All tests, which are running at 1.63 will also be tested on 1.65 (which are all tests which are not using the Provider API)

@github-actions github-actions bot added area/libs > error-stack Affects the `error-stack` crate (library) area/infra Relates to version control, CI, CD or IaC (area) labels Sep 26, 2022
Copy link
Contributor

@Alfred-Mountfield Alfred-Mountfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me too. Thanks for the review @indietyp!

@TimDiekmann TimDiekmann merged commit 75e4eb3 into main Sep 26, 2022
@TimDiekmann TimDiekmann deleted the td/beta branch September 26, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra Relates to version control, CI, CD or IaC (area) area/libs > error-stack Affects the `error-stack` crate (library)
Development

Successfully merging this pull request may close these issues.

[Bug] Crate fails to compile on 1.65.0-beta
3 participants