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

fix: damf context elements from local imports #150

Closed
wants to merge 3 commits into from

Commits on Nov 16, 2023

  1. fix: locally imported lemmas not being tracked.

    if a theorem uses a lemma that was locally imported (not previously existing as damf assertion, neither in the same file; but imported from a local file), this lemma was not being tracked as a damf dependency in the published theorem of the main file
    innofarah committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    eb49e2c View commit details
    Browse the repository at this point in the history
  2. fix: damf context elements from local imports

    relevant damf context elements (Kind, Type, Define, etc..) were not being considered and added to the compiled damf formulas contexts if they're introduced in locally imported files (for example, when we import "ccs_sig", all damf context elements in it were not being considered)
    innofarah committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a41ff72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c03d93a View commit details
    Browse the repository at this point in the history