-
Notifications
You must be signed in to change notification settings - Fork 10
Check dimension sizes for named VCF Number fields #360
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
Check dimension sizes for named VCF Number fields #360
Conversation
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, I like it
fa3199d
to
635cac1
Compare
I've re-written this so it's now stacked on #361 |
2316e0a
to
8f435e1
Compare
8f435e1
to
8158712
Compare
I've rebased this on main now that #361 is in |
Excellent, looks great. I guess we better get some test coverage on these error cases? (It's very tedious though) |
8158712
to
e042e9f
Compare
Added a unit test to ensure coverage. Should be ready to merge now. |
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!
Fixes #359
This handles Number=R and A, but G is harder. Before I look at that, I wanted to see what you thought about this approach @jeromekelleher?