- Apr 12, 2023
-
-
Shachar Itzhaky authored
-
- Oct 11, 2022
-
-
Shachar Itzhaky authored
Only build jscoq (+ addons) in Docker phase.
-
- Sep 21, 2022
-
-
Emilio Jesus Gallego Arias authored
We reorganize jsCoq's source code as to be more modular, in particular we start to place backend files under the `backend` directoy, and frontend files under `frontend`. Code as it now does work, note however that still quite a bit of work is needed. In particular, the headless frontend should get its own directory, the coq-jslib directory should go away, use more types, etc...
-
- Sep 09, 2022
-
-
Shachar Itzhaky authored
-
- Aug 19, 2022
-
-
Shachar Itzhaky authored
-
- Aug 18, 2022
-
-
Shachar Itzhaky authored
-
- Jul 28, 2022
-
-
Shachar Itzhaky authored
Sync `package.json.wacoq` with `package.json`.
-
- Jun 21, 2022
-
-
Shachar Itzhaky authored
-
- Apr 30, 2022
-
-
Shachar Itzhaky authored
-
- Feb 03, 2022
-
-
Shachar Itzhaky authored
-
- Jan 15, 2022
-
-
Shachar Itzhaky authored
-
- Jan 02, 2022
-
-
Shachar Itzhaky authored
-
- Dec 03, 2021
-
-
Shachar Itzhaky authored
+ updated Mocha (npm audit stuff).
-
- Sep 24, 2021
-
-
Emilio Jesus Gallego Arias authored
- Migrated patches for 8.14. - Up wacoq to 8.14 in docker image - install: 8.14 requires `coq-core` and `coq-stdlib` to be installed. - Set version 0.14.0.
-
- Sep 17, 2021
-
-
Shachar Itzhaky authored
-
- Aug 15, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Quote escaping hell in this tiny `sed` script.
-
- Aug 11, 2021
-
-
Shachar Itzhaky authored
Previous package, `vue-context`, is abandoned.
-
- 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.
-
- Aug 06, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Jul 07, 2021
-
-
Shachar Itzhaky authored
-
- Jul 06, 2021
-
-
Shachar Itzhaky authored
-
- May 21, 2021
-
-
Shachar Itzhaky authored
-
- May 14, 2021
-
-
Shachar Itzhaky authored
This was too hasty: vue-loader@16.x only works with Vue 3.
-
Shachar Itzhaky authored
Some NPM audits.
-
- May 09, 2021
-
-
Shachar Itzhaky authored
-
- Mar 04, 2021
-
-
Shachar Itzhaky authored
Now `stream-browserify` is needed as a dependency.
-
Shachar Itzhaky authored
This is phrased as an "addon"; I think that not only libraries can be "addons" but this kind of interop UI functionality should be as well. It does not mean that UI addons should be built outside of the jsCoq source tree like mathcomp & co. If they are small enough, they are ok where they are in `ui-js/addon`.
-
- Feb 21, 2021
-
- Feb 13, 2021
-
-
Emilio Jesus Gallego Arias authored
Nothing too remarkable, code-wise, but a big change upstream is the addition of `zarith` as a hard dependency. TODO: - update addons
-
- Feb 02, 2021
-
-
Shachar Itzhaky authored
-
- Jan 30, 2021
-
-
Shachar Itzhaky authored
Upgraded mocha and switched to async version of child_process.
-
Shachar Itzhaky authored
What was needed in order to run unit tests in Node.js is now located in `headless.ts`. It is invoked via the regular CLI (bundled with Webpack). Fixes #195.
-
- Nov 10, 2020
-
-
Shachar Itzhaky authored
-
- Nov 02, 2020
-
-
Shachar Itzhaky authored
-
- Sep 26, 2020
-
-
Shachar Itzhaky authored
This allows for the use of Vue's template compiler at build time, reducing package footprint.
-
- Sep 01, 2020
-
-
Shachar Itzhaky authored
^^
-
- Aug 29, 2020
-
-
Shachar Itzhaky authored
-