-
Notifications
You must be signed in to change notification settings - Fork 10
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
Restore and test masking implementation #72
Restore and test masking implementation #72
Conversation
Great catch, I'm glad this was an easy fix. I'd say that testing in general could use some love but that the change here is pretty minimal - you could (assuming your schedule permits) manually create an AST that uses masking/some super simple |
The RDD work which is killing travis can be ignored; I've created an issue at #73 |
I think that's what I did in eb5722c |
It's tough to tell though because I can't compile tests 😞 |
c314c56
to
2e64591
Compare
This reverts commit d5c1f1e.
Overview
This PR restores the implementation of
Masking -> MaskingNode
and upgradessbt-crossproject
notto use a deprecated version.
I'm not really sure how to test things.