Skip to content
Snippets Groups Projects
  1. Nov 05, 2021
  2. Nov 04, 2021
  3. Nov 03, 2021
  4. Nov 02, 2021
  5. Oct 14, 2021
  6. Oct 12, 2021
    • Martin Constantino–Bodin's avatar
      add a `package.json` file to turn Prosa into an `esy` package. · 798d2dc5
      Martin Constantino–Bodin authored and Björn Brandenburg's avatar Björn Brandenburg committed
      `esy` is an `npm`-like package manager and build tool designed for
      reproducibility, by preventing the use of unlisted dependencies and
      pinning the exact version of each of these (a bit like `opam`, but
      with more guarantees).
      
      A nice feature of `esy` is ease of installation:
      
      1. Install `esy` through `npm`. (However, note that `esy` is not a
         JavaScript program; the `esy` project just uses `npm` as a code
         hoster.
      
      2. Run `esy` in the Prosa repository. 
      
      This will download and compile all dependencies and compile the
      repository. (On the flip side, this also means that Coq will be
      compiled, so the first time, compilation will be slow.)
      
      See the README.md file for usage instructions. 
      
      See also the discussion: RT-PROOFS/rt-proofs#80
      
      For more information about `esy`, see: https://esy.sh/
      798d2dc5
  7. Oct 11, 2021
  8. Oct 07, 2021
  9. Oct 06, 2021
    • Björn Brandenburg's avatar
      CI: explicitly trigger recompilation in axiom check · c760b1a3
      Björn Brandenburg authored
      Due to whatever the CI environment does to cache and restore
      intermediate result files, somehow `make validate` triggers some
      spurious recompilation. To avoid confusing the checking script,
      trigger any possible re-compilation steps before capturing the output
      of `make validate`.
      c760b1a3
  10. Oct 05, 2021
  11. Oct 04, 2021
  12. Sep 30, 2021
    • Sergey Bozhko's avatar
      relax assumption in aRTA · 29556ed5
      Sergey Bozhko authored
      Currently, aRTA required [F] to be solution of equation
      [A + F = task_rtct + IBF A (A + F)], this commit relaxes
      this assumption to [A + F >= task_rtct + IBF A (A + F)]
      29556ed5
  13. Sep 29, 2021
  14. Sep 27, 2021
Loading