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

Remove quasiquotes from the tensorflow branch #29571

Merged
merged 2 commits into from Feb 5, 2020
Merged

Remove quasiquotes from the tensorflow branch #29571

merged 2 commits into from Feb 5, 2020

Conversation

burmako
Copy link

@burmako burmako commented Jan 31, 2020

Quasiquotes were introduced in the tensorflow branch as a promising approach
to metaprogramming to power our work on Swift MLIR, but we found a SIL-based
approach to be more useful for the case studies that we currently have in mind.

Aside from Swift MLIR, we don't have any other use cases for quasiquotes,
so I'm suggesting we remove them to: 1) reduce the delta between tensorflow and
master which goes along the lines of our long-term plans to converge these two
branches, 2) simplify weekly merges.

@burmako burmako added the tensorflow This is for "tensorflow" branch PRs. label Jan 31, 2020
@saeta
Copy link
Contributor

saeta commented Jan 31, 2020

Thanks @burmako !

@burmako
Copy link
Author

burmako commented Jan 31, 2020

@swift-ci Please clean test tensorflow

Copy link
Collaborator

@shabalind shabalind left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @burmako ! 👍

Eugene Burmako added 2 commits February 5, 2020 08:40
Quasiquotes were introduced in the tensorflow branch as a promising approach
to metaprogramming to power our work on Swift MLIR, but we found a SIL-based
approach to be more useful for the case studies that we currently have in mind.

Aside from Swift MLIR, we don't have any other use cases for quasiquotes,
so I'm suggesting we remove them to: 1) reduce the delta between tensorflow and
master which goes along the lines of our long-term plans to converge these two
branches, 2) simplify weekly merges.
@burmako
Copy link
Author

burmako commented Feb 5, 2020

@swift-ci Please clean test tensorflow

1 similar comment
@burmako
Copy link
Author

burmako commented Feb 5, 2020

@swift-ci Please clean test tensorflow

@burmako burmako merged commit ff6fc09 into apple:tensorflow Feb 5, 2020
@burmako burmako deleted the killquotes branch February 5, 2020 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tensorflow This is for "tensorflow" branch PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants