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

feat: fast check cache and lazy fast check #389

Merged
merged 28 commits into from Feb 20, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Feb 17, 2024

  1. Adds ability to cache the output of fast check.
  2. Adds the ability to lazily do fast check.

It's hard to do all the setup needed to properly test this, so I'm going to mostly write integration tests in the CLI for the behaviour in here.

Closes #383

@dsherret dsherret marked this pull request as ready for review February 19, 2024 18:59
Comment on lines +21 to +23
// todo(#391): fix this
import { Private } from "jsr:@scope/c@1";
console.log(Private);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since fast check failed on this package, it should still grab this dependency and jsr:@scope/c@1.0.0 should be fast checked. Fixing this is a perf improvement and I'll do it in a future PR. I opened #391

@dsherret dsherret merged commit 576de64 into denoland:main Feb 20, 2024
4 checks passed
@dsherret dsherret deleted the fast_check_cache branch February 20, 2024 00:31
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.

Graph segment() should clone information about packages
2 participants