FStarLang / FStar

A Proof-oriented Programming Language
https://fstar-lang.org
Apache License 2.0
2.7k stars 234 forks source link

Postpone checking of ModifiesGen #3393

Closed mtzguido closed 2 months ago

mtzguido commented 2 months ago

This removes ModifiesGen from the extracted output of ulib, and also pushes it to the EXTRA set of files in ulib. So it is checked by CI, but not needed to bootstrap.

For my machine, this reduces bootstrapping time from 137s to 98s, since this file is very late in the dependency tree and quite slow. CI time should decrease somewhat too.