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

re-run analysis between an incremental sync and code generation #943

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

RBusarow
Copy link
Collaborator

If the incremental syncing logic at the start of compilation results in any file changes, return early without actually generating code (in that round). The compiler will do another incremental compilation, returning an updated set of source files and a ModuleDescriptor that reflects any deleted or added files since the previous round.

If the incremental syncing logic at the start of compilation results in any file
changes, return early without actually generating code (in that round).
The compiler will do another incremental compilation,
returning an updated set of source files and a ModuleDescriptor
that reflects any deleted or added files since the previous round.
@RBusarow RBusarow force-pushed the rick/incremental-restoration branch from fdff881 to 77fa8a9 Compare March 29, 2024 02:31
@RBusarow RBusarow marked this pull request as ready for review March 29, 2024 12:15
@RBusarow RBusarow merged commit 6efd5ca into main Mar 29, 2024
17 checks passed
@RBusarow RBusarow deleted the rick/incremental-restoration branch March 29, 2024 19:30
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.

2 participants