- Aug 15, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Quote escaping hell in this tiny `sed` script.
-
- Aug 13, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
As a result of recent refactor/merge.
-
Shachar Itzhaky authored
Options and package loads.
-
Shachar Itzhaky authored
Should be in `_build/dist`, and end with `-npm.tgz`. I'm changing `.tar.gz` to `.tgz` to be consistent with what `npm pack` generates.
-
Shachar Itzhaky authored
Dual-branch Dockerfile
-
- Aug 12, 2021
-
-
Shachar Itzhaky authored
This requires running with BuildKit if you want to build only one of the branches.
-
Shachar Itzhaky authored
Was taking the jsCoq files. Oops.
-
Shachar Itzhaky authored
The Great Backend Consolidation Hurray
-
- Aug 11, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Must be set this way in 8.13. Will revise in 8.14 using the improved `Stm.new_doc`.
-
Shachar Itzhaky authored
Relative to `headless.ts`.
-
Shachar Itzhaky authored
Previous package, `vue-context`, is abandoned.
-
- Aug 09, 2021
-
-
Shachar Itzhaky authored
Not really complete yet as it does not even report an error to the user if `coq-pkgs/coq.json` is missing. But it's a step in the right direction.
-
Shachar Itzhaky authored
This is for consistency with waCoq, and also is somehow more canonical.
-
- 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.
-