-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
allow using apex with any PT version #2865
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2865 +/- ##
=======================================
+ Coverage 86% 90% +4%
=======================================
Files 79 79
Lines 7226 7233 +7
=======================================
+ Hits 6214 6527 +313
+ Misses 1012 706 -306 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request is now in conflict... :( |
This pull request is now in conflict... :( |
@Borda I like this PR a lot!! Nice simplifications! |
Co-authored-by: Adrian Wälchli <[email protected]>
Hello @Borda! Thanks for updating this PR.
Comment last updated at 2020-08-08 08:32:20 UTC |
Co-authored-by: Adrian Wälchli <[email protected]>
[ ] Todo, remove all amp todoss... #2865 (comment) |
Co-authored-by: Adrian Wälchli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, you can directly parse the input args to a type like this
self.amp_type = AMPType[amp_type.upper()]
anyway, I like this PR :)
Cool! that is nice, but in this case, we also need to verify if it is available... |
What does this PR do?
add extra argument which would switch between using Apex and native AMP in pt>=1.6
Fixes #2788
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃