Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Helper methods for CDF Physical to Logical Transformation #579
Helper methods for CDF Physical to Logical Transformation #579
Changes from 6 commits
bd9585d
e2c2d90
3db127f
ec6e629
74eed10
9fe16db
8635e38
a17f4b0
5fab00c
21553a4
08867f8
1228107
97a5790
4969e44
dcb17fa
ebaf225
bd49142
6287e6e
7fe4f4d
d4f95d5
8a8f6bf
eeaabb0
fa13ade
4dabdaf
7fcb531
577b424
a970df1
5b70aab
3e0ead6
0b207c4
68a4fb1
3259769
2e9c29e
70fe573
876dd15
35b38d4
dfdc491
020a19d
8a92379
3d2e53a
8df172f
7846757
67a9a18
fa042c1
4098b67
610d62e
4bc5819
02599e6
bd43bba
61da4c3
65bce5f
bea39ba
5622874
221b96f
857d644
496a69a
e3031c3
88df7fa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
nice! i like taking the more constrained data
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.
actually (and sorry for the churn) I think I like the literal strings here: this let's us check that they are the actual strings we expect in the protocol (failure case we prevent is someone changes the const and then this test would change and pass)
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.
aha that makes sense. So we get to assert more about the code through this test 👍