Skip to content

BREAKING: seal the Integer trait#1227

Merged
tarcieri merged 1 commit intomasterfrom
seal-the-integer-trait
Mar 20, 2026
Merged

BREAKING: seal the Integer trait#1227
tarcieri merged 1 commit intomasterfrom
seal-the-integer-trait

Conversation

@tarcieri
Copy link
Member

Note: this is a breaking change in a stable release, and hopefully the last such change we make. As a result, the v0.7.1 release will be yanked. We suspect this will not have an impact on users as it's unlikely any downstream crates have impl'd the Integer trait.

Sealing the Integer trait allows us to make additive changes to its bounds, e.g. #1226

Note: this is a breaking change in a stable release, and hopefully the
last such change we make. As a result, the v0.7.1 release will be
yanked. We suspect this will not have an impact on users as it's
unlikely any downstream crates have impl'd the `Integer` trait.

Sealing the `Integer` trait allows us to make additive changes to its
bounds, e.g. #1226
@tarcieri tarcieri merged commit e458a92 into master Mar 20, 2026
30 checks passed
@tarcieri tarcieri deleted the seal-the-integer-trait branch March 20, 2026 16:27
@tarcieri tarcieri mentioned this pull request Mar 20, 2026
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.97%. Comparing base (2484f32) to head (39a8168).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1227   +/-   ##
=======================================
  Coverage   87.97%   87.97%           
=======================================
  Files         184      184           
  Lines       21238    21238           
=======================================
  Hits        18684    18684           
  Misses       2554     2554           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

tarcieri added a commit that referenced this pull request Mar 20, 2026
## Added
- `Invert` to `MontyForm` supertraits (#1226)

## Changed
- BREAKING: seal the `Integer` trait (#1227)
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.

1 participant