Skip to content

2022 09 22 Meeting

affeldt-aist edited this page Sep 22, 2022 · 1 revision

Participants: Affeldt, Cohen, Roux, Stone

  • port to HB #698

    • in topology.v:
      • find a way to port Definition product_topologicalType
        • does not seem to require any special technique, should be a standard approach, i.e., define a symbol product_... which is a Type that is endowed with a canonical structure, etc.
        • TODO: Reynald to investigate in October
      • non forgetful inheritance warning at line 3840
        • is it related to the fact that the uniform topology does not depend on the topology of the domain?
          • maybe no
        • actually, this should be an error
        • isSource was never intended to be a structure, it was a technical artifact
          • rule of thumb: ignore the warning and leave an issue?
        • TODO: Cyril to investigate
      • Section RestrictedUniformTopology.: might be connect to the non forgetful inheritance warning
      • uniform_limit_continuous and another one: ...
    • in normedtype.v: depends on product topology
  • split packages classical #600 (this seems mostly ready, just waiting to happen)

    • should be top priority
    • we have added the split in nix and this should indeed be done first, the opam sync is easier
    • PR not yet reviewed
    • What do you do when the version is too low for the classical package to exist?
    • this PR is orthogonal to the one HB but it might have a big impact
    • TODO: merge what we have ASAP and try to improve later
  • PRs: