Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes #3334

Merged
merged 6 commits into from
Jun 29, 2024
Merged

Misc fixes #3334

merged 6 commits into from
Jun 29, 2024

Conversation

mtzguido
Copy link
Member

Most importantly a fix for checked files after #3330

Without this, we would fail when doing something like:

    #set-options "--warn_error +240"
    val f : ...
    [@@expect_failure] let f = ...

and checking it twice. The first time around, the options are processed
and used. The second time, we just load from cache, and then try to find
missing definitions, which gets triggered. But we've already checked the
module, so just skip this check when loading from cache.
@mtzguido mtzguido merged commit 4be3a05 into FStarLang:master Jun 29, 2024
2 checks passed
@mtzguido mtzguido deleted the misc branch June 29, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant