- Jul 04, 2023
-
-
Shachar Itzhaky authored
-
- Jul 01, 2023
-
-
Shachar Itzhaky authored
`jscoq.js` is needed.
-
- Jun 08, 2023
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Added standard c_flags to jscoq_extern.
-
Shachar Itzhaky authored
-
- May 30, 2023
-
-
Shachar Itzhaky authored
-
- May 01, 2023
-
-
Shachar Itzhaky authored
In scratchpad only. Closes #326.
-
- Apr 19, 2023
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
New in 8.17.
-
- Apr 18, 2023
-
-
Shachar Itzhaky authored
Instead of `.cjs`; enough with this nonsense.
-
- Apr 12, 2023
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
- Feb 01, 2023
-
-
Emilio Jesús Gallego Arias authored
[layout] Port to TS
-
Emilio Jesus Gallego Arias authored
-
- Jan 31, 2023
-
-
Emilio Jesús Gallego Arias authored
[package manager] Port to TS
-
Emilio Jesús Gallego Arias authored
[editor] Port editor code to TS.
-
- Jan 30, 2023
-
-
Emilio Jesus Gallego Arias authored
-
Emilio Jesus Gallego Arias authored
-
- Jan 27, 2023
-
-
Emilio Jesús Gallego Arias authored
[build] Move frontend build to esbuild, always pack.
-
- Jan 26, 2023
-
-
Emilio Jesus Gallego Arias authored
This is more modular and provides a workflow speedup in many cases. We also add a couple of bugfixes (tsconfig.json missing from dune deps, missing await in esbuild.mjs)
-
- Jan 24, 2023
-
-
Emilio Jesus Gallego Arias authored
-
Emilio Jesus Gallego Arias authored
These are the current numbers on release: ``` 261K -- dist/wacoq_worker.js 369K -- dist/frontend/index.css 583K -- dist/frontend/index.js ```
-
Emilio Jesus Gallego Arias authored
- don't rebuild the cli stuff when the frontend/backend changes - make tests work again
-
Emilio Jesus Gallego Arias authored
Seems to work! I guess it can be done better, but for now that is OK.
-
Emilio Jesus Gallego Arias authored
This is not perfect but it works (and it is much faster). For some reason I couldn't make `fflate-unzip` work with ESBuild, so I've placed a copy and tweaked the exports.
-
Emilio Jesus Gallego Arias authored
This is a large build-time improvement, moreover we can get rid of a lot of troublesome code regarding how to manage assets. `esbuild` has proven a great tool so far. Tested with both backends. We still keep the CLI and the WASM backend on webpack, the idea is to move them to esbuild in subsequent commits. CLI should use a native Coq instead, it is super-slow. We also disabled the `collab` and `ide-project` builds for now, re-adding before merging hopefully. The compatibility story with user .html pages needs to be revised, IMHO as this is a foundation for the LSP backend this is the time to drop support for some patterns we had in the past.
-
- Jan 23, 2023
-
-
Emilio Jesús Gallego Arias authored
[build] Make format-pprint into its own library
-
- Jan 05, 2023
-
-
Emilio Jesus Gallego Arias authored
-
Emilio Jesus Gallego Arias authored
Borrowed from #275
-
Emilio Jesus Gallego Arias authored
We remove unused / browser `pp2HTML` and `richpp2HTML`, and we move goal printing to coq-manager (for now), as to make the library purely about `Pp.t -> Html` conversion.
-
Emilio Jesus Gallego Arias authored
We will reuse this library from vsCode (and maybe other projects), so it makes sense to put it in its own directory, and maybe even at some point in npm. Along the way, we will cleanup some unused code, and add typing info borrowed from #275
-
Emilio Jesús Gallego Arias authored
[deps] Bump some deps (opam and npm problems)
-
Emilio Jesus Gallego Arias authored
Doing it here as the CI for dependabot seemed to have a problem. Closes #312 closes #313
-
Emilio Jesus Gallego Arias authored
-
- Oct 31, 2022
-
-
Shachar Itzhaky authored
Dockerfile: fix build since f67e5e27
-
Ramkumar Ramachandra authored
f67e5e27 modifies the dist rule in the Makefile.
-
- Oct 27, 2022
-
-
Emilio Jesús Gallego Arias authored
[build] Bump Dune to >= 3.5.0
-
Emilio Jesus Gallego Arias authored
This fixes the directory target rule problem. Thanks to Rudi Grinberg!!
-