Skip to content

Coq Call 2021 02 17

Enrico Tassi edited this page Feb 17, 2021 · 9 revisions

Topics

Notes

Enrico is taking them

  • vernac on PV:

    • storing data in the evar map (inside evar_info) can cover CS + implicits. Glob_term does not carry implicits in type annotations.
    • a limited form of notation, eg. a new interpretation for an existing infix, then it may be feasible, but the general case seems a nightmare
    • W.G. in May to talk about details with PMP
  • splitting CoqIDE:

    • pros:
      • simplify Coq repo (build)
      • decouple releases, issues
      • ease to contribute to CoqIDE (small source code)
    • cons:
      • to have a UI to play with Coq, one has to do make ci-coqide
      • harder to test your changes to Coq by running Coqide
    • PMP does not want coqidetop to go
    • Hugo finds it easier if it is inside
    • Guillaume and Enrico don't see the advantage
    • Theo: the maintainers have the last word, maybe the split can help the community (good experience with vscoq)
  • Dune:

    • Next time
Clone this wiki locally