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

Support partial recompiles #307

Open
mgsloan opened this issue Aug 5, 2015 · 0 comments
Open

Support partial recompiles #307

mgsloan opened this issue Aug 5, 2015 · 0 comments
Milestone

Comments

@mgsloan
Copy link
Contributor

mgsloan commented Aug 5, 2015

For iterating on compile errors within a single file, it can be advantageous to ignore all the downstream modules, instead . For example, this is useful for things like emacs flycheck.

I'm not sure how this should be implemented, but it might make sense to make it into an extension of the UpdateTargets interface. Discussing it with @chrisdone, who suggested adding this feature, he pointed out that it looks like it'd be sufficient to use LoadUpTo mn at this portion of the code

One thing to consider is whether the info for downstream modules should be invalidated - see this relevant issue / comment: #41 (comment)

@mgsloan mgsloan added this to the 1.0 milestone Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant