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

Compatibility fixes #199

Open
3 of 4 tasks
Lysxia opened this issue Feb 14, 2021 · 0 comments
Open
3 of 4 tasks

Compatibility fixes #199

Lysxia opened this issue Feb 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Lysxia
Copy link
Collaborator

Lysxia commented Feb 14, 2021

Interaction Trees tries to remain buildable with old versions of Coq (currently back to 8.9) until it's too much of a hassle. Here's a (likely partial) list of fixes that should happen once too old versions are dropped:

  • Coq >= 8.10

    • Declare Scope
  • Coq >= 8.12

    • Add #[export] attribute to hints (in the meantime we can put Global everywhere to silence warnings)
  • Coq >= 8.13

    • In notations, replace entry ident with name (ITreeDefinition.v...)
  • Coq >= 8.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant