- May 09, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Can now return to the original `Import` statements.
-
Shachar Itzhaky authored
Based on `package.json`. This way there is only one place in which you need to update the version.
-
- May 08, 2021
-
-
Shachar Itzhaky authored
Was still causing stack overflows. More robust to just replace `List.fold_right` with `rev` and `fold_left`.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
In pretty-printing of goals and terms. Not perfect, but it's progress. Also, there are three unit tests now. :P
-
Shachar Itzhaky authored
Keyboard slip caused it to revert to the old Gitter url.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Used to always display Meta-N, Meta-P. But these don't work on Mac.
-
- May 01, 2021
-
-
Shachar Itzhaky authored
Probably should tell Jane Street.
-
Shachar Itzhaky authored
`make dev` runs Dune in watch mode and also launches an HTTP server.
-
Shachar Itzhaky authored
For Debian, `i386` needs to be specified as an alternative architecture in order to install `libgmp-dev` 32-bit version.
-
Shachar Itzhaky authored
Serving the image from Inria violates cross-origin isolation, which we now need.
-
- Apr 30, 2021
-
-
Shachar Itzhaky authored
-
- Apr 02, 2021
-
-
Shachar Itzhaky authored
Can now be activated in the scratchpad by appending `?dark` to the URI. Fixes #231 (for now).
-
- Mar 29, 2021
-
-
Shachar Itzhaky authored
-
- Mar 04, 2021
-
-
Shachar Itzhaky authored
Collab TNG for v8.13
-
Shachar Itzhaky authored
Now `stream-browserify` is needed as a dependency.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
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`.
-
Shachar Itzhaky authored
Add missing deps for Linux build in Travis
-
Shachar Itzhaky authored
Also brought over Travis config for macOS (without Homebrew).
-
- Mar 01, 2021
-
-
Shachar Itzhaky authored
It is a private repo, use ssh key from `_ssh/id_rsa`.
-
Shachar Itzhaky authored
(Until we have GitHub Actions)
-
- Feb 21, 2021
-
-
Shachar Itzhaky authored
Set the `version` field of all library addons to the version of jsCoq when building with Docker.
-
- Feb 14, 2021
-
-
Emilio Jesús Gallego Arias authored
[build] Bump required compiler version to 4.10.2
-
Emilio Jesus Gallego Arias authored
We also bump some other libraries as to reduce non-deterministic developer switches.
-
Emilio Jesús Gallego Arias authored
[build] Don't use bash to run simple commands.
-
Emilio Jesus Gallego Arias authored
This has some minor advantages, including dune handling of arguments.
-
Emilio Jesus Gallego Arias authored
We also tweak the contents of coq-base a bit, as `Wellfounded`, `Strings` and `Numbers` do depend on `coq-arith`. Still coq-collections does basically depend on coq-reals too, so that could be tweaked at a later stage.
-
- Feb 13, 2021
-
-
Emilio Jesus Gallego Arias authored
This file should be auto-generated.
-
Emilio Jesus Gallego Arias authored
Fixes #219 , the fix was committed to the 8.12 branch of SerAPI so will do the same for jsCoq's 8.12 branch.
-
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 10, 2021
-
-
Shachar Itzhaky authored
Allowing hidden snippets in documents
-
- Feb 02, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Restore Unit Tests
-
- Jan 30, 2021
-
-
Shachar Itzhaky authored
Upgraded mocha and switched to async version of child_process.
-
Shachar Itzhaky authored
Fixes #205.
-