- Aug 08, 2021
-
-
Shachar Itzhaky authored
So that we can create both jsCoq and waCoq packages.
-
- Aug 07, 2021
-
-
Shachar Itzhaky authored
Consolidated Webpack config in a single file, as is more common for Webpack. Provided npm scripts for running it as usual.
-
Shachar Itzhaky authored
A flag `backend=wa` can now be passed to `scratchpad.html` to set the `JsCoq.backend` config to WA. Given an installation of `wacoq-bin`, this actually works!
-
- Aug 06, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
These are obsolete. See github.com/jscoq/addons.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
The former is used to generate the symbol database for autocomplete and contextual info.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Broken by previous refactor.
-
Shachar Itzhaky authored
Including tweaks in a few other places.
-
- Aug 05, 2021
-
-
Shachar Itzhaky authored
Makes more sense and also cleaner.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Modified `doc_options` to accept lib names as "."-delimited strings.
-
Shachar Itzhaky authored
And so it begins.
-
Shachar Itzhaky authored
`SearchResults` now carrying `qualified_name`s instead of `full_path`s.
-
Shachar Itzhaky authored
-
- Aug 03, 2021
-
-
Shachar Itzhaky authored
Refactor `FormatPrettyPrint` (again)
-
Shachar Itzhaky authored
-
- Aug 01, 2021
-
-
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.
-
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.
-
- Jul 18, 2021
-
-
Shachar Itzhaky authored
Closes #203.
-
Shachar Itzhaky authored
Each snippet is now shown both before and after break adjustment.
-
- Jul 16, 2021
-
-
Shachar Itzhaky authored
Symbol format has changed, but respective methods have not been updated.
-
Shachar Itzhaky authored
In the landing page, due to the existence of bootstrap CSS.
-
- Jul 14, 2021
-
-
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.
-
- Jul 11, 2021
-
-
Shachar Itzhaky authored
Closes #241.
-
Shachar Itzhaky authored
Include full module path. Improve the presentation when multiple matches are found.
-
- Jul 08, 2021
-
-
Shachar Itzhaky authored
-
- Jul 07, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Jul 06, 2021
-
-
Shachar Itzhaky authored
I'm merging because the Dockerfile is now good enough for both CI and non-CI use. The SDK is still borked because 32-bit. Merde.
-
Shachar Itzhaky authored
-
- Jul 03, 2021
-
-
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).
-
- Jun 13, 2021
-
-
Emilio Jesús Gallego Arias authored
[build] Bump required compiler version to 4.12.0
-
- Jun 12, 2021
-
-
Shachar Itzhaky authored
For SF, when volumes are built separately and incrementally.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
(For quick testing only)
-
- Jun 09, 2021
-
-
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
-
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.
-