Skip to content

[Serialization] Remove "delayed actions" support #26763

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

Merged
merged 3 commits into from
Aug 21, 2019

Conversation

jrose-apple
Copy link
Contributor

Previously, cycle-breaking logic would delay certain actions until all re-entrant deserialization was complete for a particular module. That hasn't been used in a while, though, now that the AST itself supports more laziness, so let's take it out.

No functionality change; this really was unused. PR also contains some other minor cleanups in deserialization.

Previously, cycle-breaking logic would delay certain actions until all
re-entrant deserialization was complete for a particular module. That
hasn't been used in a while, though, now that the AST itself supports
more laziness, so let's take it out.

No functionality change; this really was unused.
Once upon a time this /was/ an OffsetAndKind pair, but it's been a
DeclAndOffset pair since my last refactoring.

No functionality change.
@jrose-apple
Copy link
Contributor Author

@swift-ci Please test

@slavapestov
Copy link
Contributor

Nice cleanup!

@jrose-apple jrose-apple merged commit e51086b into swiftlang:master Aug 21, 2019
@jrose-apple jrose-apple deleted the lost-your-potato-chips branch August 21, 2019 21:04
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.

3 participants