Skip to content

Issue2788 #2794

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

Merged
merged 14 commits into from
Aug 2, 2025
Merged

Issue2788 #2794

merged 14 commits into from
Aug 2, 2025

Conversation

JacquesCarette
Copy link
Contributor

@JacquesCarette JacquesCarette commented Jul 30, 2025

This puts back everything that was mistakenly reverted -- closes #2788

@MatthewDaggitt MatthewDaggitt changed the base branch from v2.3-release to master July 30, 2025 23:58
@MatthewDaggitt MatthewDaggitt changed the base branch from master to v2.3-release July 30, 2025 23:58
@MatthewDaggitt
Copy link
Contributor

Thanks @JacquesCarette!

Was hoping to make the release of v2.3 now, but I guess we need to wait for @jamesmckinna's approval for this.

@MatthewDaggitt MatthewDaggitt added this to the v2.3 milestone Jul 31, 2025
@jamesmckinna
Copy link
Contributor

jamesmckinna commented Jul 31, 2025

Review incoming, but as a placeholder
Re: the additions (x signifies approval):

  • Algebra.Construct.Flip.Op
  • Data.Fin.Properties
  • Data.Sum.Relation.Binary.LeftOrder looks good, but possible downstream refactoring wrt variables
  • Data.Sum.Relation.Binary.Pointwise has a spurious anonymous module declaration L111-L114, plus some weirdness in the comment/behaviour wrt variables in ⊎-wellFounded

Re: CHANGELOG
This is trickier, because of the 'anachronism's... will re-review shortly. My suggestions end up still leaving it in a not-completely consistent state!?

Copy link
Contributor

@jamesmckinna jamesmckinna left a comment

Choose a reason for hiding this comment

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

See placeholder comment, plus module-level suggestion.
CHANGELOG comments to follow

@jamesmckinna
Copy link
Contributor

jamesmckinna commented Jul 31, 2025

I've only made suggestions... in case my commits make things worse! But CHANGELOG definitely needs fixing, and Pointwise could be (rational reconstruction) tweaked a little from the original, given all the time which has elapsed since the original PR...

@jamesmckinna jamesmckinna linked an issue Jul 31, 2025 that may be closed by this pull request
4 tasks
@jamesmckinna
Copy link
Contributor

jamesmckinna commented Jul 31, 2025

Question: when/if this is merged into the release-2.3 branch, when/how do we also merge it into master? And what about experimental as well?

@jamesmckinna jamesmckinna mentioned this pull request Jul 31, 2025
JacquesCarette and others added 2 commits July 31, 2025 14:08
Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: jamesmckinna <[email protected]>
@JacquesCarette
Copy link
Contributor Author

If/when this gets merged, we'll have to cherry-pick it, somehow, back onto master and experimental.

JacquesCarette and others added 4 commits July 31, 2025 14:53
Co-authored-by: jamesmckinna <[email protected]>
This was indeed anachronistic from 2.0

Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: jamesmckinna <[email protected]>
@jamesmckinna
Copy link
Contributor

Will re-review in the morning!

Copy link
Contributor

@jamesmckinna jamesmckinna left a comment

Choose a reason for hiding this comment

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

Thanks very much again for this!
We're in the home strait...

  • merge the two Data.Fin.Properties sections of CHANGELOG
  • (possibly) fix names for Data.Sum.Relation.Binary.Pointwise either in place, or else in CHANGELOG

Happy to do a final edit myself to fix these up!

@jamesmckinna
Copy link
Contributor

@MatthewDaggitt @JacquesCarette thanks for all your efforts in helping sort out the mess I created.
I'm happy to push the final tweaks, if you are (but I've held off doing so out of... the yips, basically)

@JacquesCarette
Copy link
Contributor Author

I should be able to get to this today.

@JacquesCarette
Copy link
Contributor Author

Should be good to go now @jamesmckinna .

Copy link
Contributor

@jamesmckinna jamesmckinna left a comment

Choose a reason for hiding this comment

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

Fantastic! Thanks so much for persevering... and now I hand back to @MatthewDaggitt

@MatthewDaggitt MatthewDaggitt merged commit 5f8f309 into v2.3-release Aug 2, 2025
@MatthewDaggitt MatthewDaggitt deleted the issue2788 branch August 2, 2025 05:00
MatthewDaggitt added a commit that referenced this pull request Aug 2, 2025
* opposite of a `Ring` [clean version of pr #1900] (#1910)

* punchOut preserves ordering (#1913)

* Wellfounded proof for sum relations (#1920)

* last revert undone by hand

* Remove extra line in CHANGELOG

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

This was indeed anachronistic from 2.0

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* resolve issues pointed out by James.

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* remove now obsolete comment

* last mistake in CHANGELOG, hopefully fixed now.

---------

Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: Nathan van Doorn <[email protected]>
Co-authored-by: Alice Laroche <[email protected]>
Co-authored-by: matthewdaggitt <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Aug 2, 2025
* Add back accidentally removed lemmas (Issue2788 #2794))

* opposite of a `Ring` [clean version of pr #1900] (#1910)

* punchOut preserves ordering (#1913)

* Wellfounded proof for sum relations (#1920)

* last revert undone by hand

* Remove extra line in CHANGELOG

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

This was indeed anachronistic from 2.0

Co-authored-by: jamesmckinna <[email protected]>

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* resolve issues pointed out by James.

* Update CHANGELOG.md

Co-authored-by: jamesmckinna <[email protected]>

* remove now obsolete comment

* last mistake in CHANGELOG, hopefully fixed now.

---------

Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: Nathan van Doorn <[email protected]>
Co-authored-by: Alice Laroche <[email protected]>
Co-authored-by: matthewdaggitt <[email protected]>

* Bring v2.3 release changes accross

* Fix typo

* Fix whitespace

---------

Co-authored-by: Jacques Carette <[email protected]>
Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: Nathan van Doorn <[email protected]>
Co-authored-by: Alice Laroche <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ bug ] missing commits from v2.0 onwards
5 participants