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

Attempt to fix #20 #22

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2024

  1. Make compileTypeCheck() a non-caching function

    The results of compilation cannot safely be cached based purely on the
    mtime of a single source file. A dependency may have (for example)
    deleted something that we were referencing.
    NoahAndrews committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    84ed4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ebdcd View commit details
    Browse the repository at this point in the history
  3. Run format script

    NoahAndrews committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2d96ce0 View commit details
    Browse the repository at this point in the history