Skip to content
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

avoid all_algebra for finer deps #27

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

affeldt-aist
Copy link
Contributor

This PR proposes to replace Require Import all_algebra with finer dependencies.
The goal is to avoid loading sesquilinear.v that provides a notation ^ which causes apery to fail in the CI: https://github.com/math-comp/math-comp/actions/runs/11838409441/job/32998376878 because ^ is assumed to be about nat in apery. The other solution to use %N to distinguish the usage of ^ feels more invasive. @proux01

@proux01 proux01 merged commit da803b7 into coq-community:master Nov 15, 2024
7 of 11 checks passed
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