Disallow nondistinct variable names for universal rings#2413
Conversation
|
I'm not sure if this should be tagged "breaking". While it technically is breaking, it shouldn't have been possible in the first place to create a universal ring with duplicate variable names. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2413 +/- ##
==========================================
- Coverage 88.13% 88.12% -0.01%
==========================================
Files 130 130
Lines 32948 32949 +1
==========================================
- Hits 29038 29037 -1
- Misses 3910 3912 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@fieker is requesting a new interface akin to I think this can be done in a follow-up PR. |
|
Regarding the |
Co-authored-by: changelog[bot] <changelog[bot]@users.noreply.github.com>
This is the first step in the direction of #2408.