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

Refactor backend to use finegrained visitors #1477

Merged
merged 1 commit into from Aug 17, 2022
Merged

Conversation

philberty
Copy link
Member

This also moves more code out of the headers to their associated impl files
to improve compilation times and code navigation.

This also moves more code out of the headers to their associated impl files
to improve compilation times and code navigation.
Copy link
Member

@CohenArthur CohenArthur left a comment

Choose a reason for hiding this comment

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

LGTM

Const generics and missing features sprint automation moved this from In progress to Reviewer approved Aug 17, 2022
@philberty
Copy link
Member Author

bors r+

@philberty
Copy link
Member Author

@dafaust hopefully this doesnt affect your work on match expr. The only change here is moving stuff out of the headers and into the .cc files and cleanup the usage of visitors here.

@bors
Copy link
Contributor

bors bot commented Aug 17, 2022

Build succeeded:

@bors bors bot merged commit 5391805 into master Aug 17, 2022
Const generics and missing features sprint automation moved this from Reviewer approved to Done Aug 17, 2022
@dafaust
Copy link
Collaborator

dafaust commented Aug 17, 2022

@dafaust hopefully this doesnt affect your work on match expr. The only change here is moving stuff out of the headers and into the .cc files and cleanup the usage of visitors here.

Nope all good painless rebase :)
If anything its all my own half-baked/WIP crap clogging up the file :D

@philberty philberty deleted the phil/refactor-backend branch August 22, 2022 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants