Skip to content
Snippets Groups Projects
  1. Aug 08, 2021
  2. Aug 07, 2021
  3. Aug 06, 2021
  4. Aug 05, 2021
  5. Aug 03, 2021
  6. Aug 01, 2021
    • Shachar Itzhaky's avatar
      [bugfix] Offset overshoot in pretty-print. · 524c994b
      Shachar Itzhaky authored
      In cases where the element has a padding, as is the case with `div.coq-env`.
      The unit-test gallery has been updated to reflect this situation.
      524c994b
    • Shachar Itzhaky's avatar
      [refactor] Modified the pprint logic. · 0d004dc3
      Shachar Itzhaky authored
      Trying to be more faithful to what `Format` does:
      - take into account offset parameter defined on boxes.
      - adhere to left margin of containing box, when breaking lines.
      - be more declarative via CSS.
      
      I think this would handle #126.
      0d004dc3
  7. Jul 18, 2021
  8. Jul 16, 2021
  9. Jul 14, 2021
    • Shachar Itzhaky's avatar
      [docs] A manual! · 69305eed
      Shachar Itzhaky authored
      Some of the instructions are duplicated from the README, but that's ok.
      The manual is not yet complete with all the features, but at
      least addresses #207.
      
      Closes #207.
      69305eed
  10. Jul 11, 2021
  11. Jul 08, 2021
  12. Jul 07, 2021
  13. Jul 06, 2021
  14. Jul 03, 2021
    • Shachar Itzhaky's avatar
      [feature] Added some additional symbols. · 1ae6c05c
      Shachar Itzhaky authored
      These were created using the waCoq CLI from Coq 8.13.2 standard library.
      When more than one lemma matches a name, multiple results are shown.
      Not clear why there are duplicates (i.e. same long name).
      1ae6c05c
  15. Jun 13, 2021
  16. Jun 12, 2021
  17. Jun 09, 2021
    • Emilio Jesus Gallego Arias's avatar
      [ci] Add step to build Docker image. · 42e82ec5
      Emilio Jesus Gallego Arias authored
      This still requires considerable work, but when ready it should
      solve parts of #69 and #121.
      
      As for now, we don't push the image to a registry yet; we ought to
      decide:
      
      - when to build the docker image [maybe only on main branches]
      - where to push it
      - what to include
      - a standard setup for addons CI, so they pull the image and then
        build and publish their own package
      - how this does integrate with npm, maybe we shouldn't push the image
        but just a npm package built using docker [so addons do get the
        correct binaries to push to npm too]
      
      Based on:
      
      https://github.com/marketplace/actions/build-and-push-docker-images
      Unverified
      42e82ec5
    • Emilio Jesus Gallego Arias's avatar
      [build] Bump required compiler version to 4.12.0 · 95787181
      Emilio Jesus Gallego Arias authored
      This should nicely support M1-based OSX ; unfortunately, it required
      loosening the constraint on `ppx_deriving_yojson` as to make it
      co-installable with `ppx_import`, but that's a minor issue.
      
      Note the new option system for OCaml Opam packages, thus selecting a
      32bit compiler is done differently now.
      Unverified
      95787181
Loading