Skip to content

Conversation

@affeldt-aist
Copy link
Member

Motivation for this change

changelog + rm deprecated + reduce warnings

Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Merge policy

As a rule of thumb:

  • PRs with several commits that make sense individually and that
    all compile are preferentially merged into master.
  • PRs with disorganized commits are very likely to be squash-rebased.
Reminder to reviewers

@affeldt-aist affeldt-aist changed the title Changelog 1 15 0 Changelog for version 1.15.0 Jan 15, 2026
@affeldt-aist affeldt-aist merged commit e224b1a into math-comp:master Jan 15, 2026
15 checks passed
Comment on lines +91 to +93
(* PR in progress: https://github.com/math-comp/math-comp/pull/1515 *)
Lemma intrD1 {R : pzRingType} (i : int) : (i + 1)%:~R = i%:~R + 1 :> R.
Proof. by rewrite intrD. Qed.
Copy link
Collaborator

@proux01 proux01 Jan 15, 2026

Choose a reason for hiding this comment

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

@affeldt-aist This broke MathComp CI (e.g.: https://github.com/math-comp/math-comp/actions/runs/21024509077/job/60451421951?pr=1520). We should really add infotheo in the CI here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Will it fix it if I do an update of infotheo's master? I can do is as soon as tomorrow.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, we indeed need an overlay on infotheo (since math-comp/math-comp#1515 didn't fix MathComp CI)

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