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

Prepare for a breaking change in the Rust compiler. #56

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Sep 21, 2023

The soundness fix in rust-lang/rust#115008 will cause schemat to break, even though it is not unsound. The missing bound is very hard to abuse, but still a soundness hole in our type system.

It will likely take 12 weeks before a stable compiler with the soundness fix is shipped.

The soundness fix in rust-lang/rust#115008 will cause schemat to break, even though it is not unsound. The missing bound is very hard to abuse, but still a soundness hole in our type system.

It will likely take 12 weeks before a stable compiler with the soundness fix is shipped.
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #56 (fcdf5a8) into main (defc108) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   97.47%   97.47%           
=======================================
  Files          11       11           
  Lines        1864     1864           
=======================================
  Hits         1817     1817           
  Misses         47       47           
Files Changed Coverage Δ
src/context.rs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@raviqqe
Copy link
Owner

raviqqe commented Sep 21, 2023

Thank you for the catch!

@raviqqe raviqqe merged commit 76d5664 into raviqqe:main Sep 21, 2023
11 checks passed
@oli-obk oli-obk deleted the breakage_fix branch September 22, 2023 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants