Skip to content
Snippets Groups Projects
  1. Sep 16, 2024
  2. Aug 08, 2023
  3. Jul 01, 2023
  4. May 01, 2023
  5. Apr 12, 2023
  6. Jan 24, 2023
    • Emilio Jesus Gallego Arias's avatar
      [build] Move frontend build to esbuild, always pack. · 3e15336d
      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.
  7. Oct 11, 2022
  8. Sep 21, 2022
    • Emilio Jesus Gallego Arias's avatar
      [jscoq] [build] Start of backend / frontend split. · 33544625
      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...
  9. Sep 09, 2022
  10. Aug 19, 2022
  11. Aug 15, 2022
  12. Jul 28, 2022
  13. May 21, 2022
  14. May 16, 2022
  15. May 09, 2022
  16. May 08, 2022
  17. May 07, 2022
  18. May 06, 2022
  19. May 18, 2021
  20. May 09, 2021
  21. May 08, 2021
  22. Mar 04, 2021
  23. Jan 13, 2021
  24. Sep 21, 2020
  25. Aug 11, 2020
Loading