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

cache compile dep tracking #18150

Merged
merged 4 commits into from
Aug 25, 2016
Merged

cache compile dep tracking #18150

merged 4 commits into from
Aug 25, 2016

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    94ce57d View commit details
    Browse the repository at this point in the history
  2. change incremental serialize to use deferred errors

    this gives the caller more control over when an how errors get printed
    vtjnash committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    5abccb6 View commit details
    Browse the repository at this point in the history
  3. keep track of full dependency state while building incremental precom…

    …pile caches
    
    this ensures that we only recompile a dependency if either:
    it can be loaded into the current session, or
    the user explicitly requests it (via reload)
    
    thereby reducing the occurrences and improving the accuracy
    of the "uuid didn't match" error message :)
    vtjnash committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    0df6e61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5276a4d View commit details
    Browse the repository at this point in the history