-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are two cases where the slice cleanup logic doesn't behave correctly: - Slices are deleted too early when the current synthesis has made more retry attempts than slices referenced by the previous one - The composition's generation has been incremented but a new synthesis has not yet been written This PR fixes both cases and carefully refactors the code. --------- Co-authored-by: Jordan Olshevski <[email protected]>
- Loading branch information
Showing
2 changed files
with
194 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters