-
Notifications
You must be signed in to change notification settings - Fork 839
chore: rename field inf
to min
in Lattice
#24614
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
base: master
Are you sure you want to change the base?
Conversation
PR summary dde1cfffb6Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit> The doc-module for No changes to technical debt.You can run this locally as
|
There is no duplication of these fields in master; I think more accurately this makes it possible to use |
Yes, using extends seems like a good idea. I'm not sure if that should be in this PR though. |
!bench |
Here are the benchmark results for commit 402572c. |
2 files, Instructions +3.0⬝10⁹
9 files, Instructions -2.0⬝10⁹
2 files, Instructions -3.0⬝10⁹
3 files, Instructions -4.0⬝10⁹
|
Please make it clear in the description what you decided, rather that the current version which is ambiguous! |
Since these names differ from the ones used conventionally, could you please add explanation(s) to the relevant docstring(s)? |
Where do you think the doc-strings should go? On |
Certainly on |
This pull request has conflicts, please merge |
This pull request has conflicts, please merge |
I think you should ping the Zulip thread about this change, or maybe even make a new thread if the title isn't visible enough. I'm ok with this, but some mathematicians likely are not |
This pull request has conflicts, please merge |
As suggested by @eric-wieser, this PR renames the
sup
andinf
fields inLattice
tomax
andmin
. This means that we now can extendLattice
andLinearOrder
simultaneously without ending up with duplicate fields. This should be implemented in a future PR for existing classes likeCompleteLinearOrder
.Zulip discussion