-
Notifications
You must be signed in to change notification settings - Fork 715
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
Refactor report reading #3687
Refactor report reading #3687
Conversation
instead of a codec.Handle. This is a cleaner dependency.
14154cb
to
9d5931d
Compare
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 cleanup!
My only comment is that I'd prefer to keep MakeFromBinary
method there instead of ReadBinary
if possible, but I don't consider it a blocker so feel free to merge the PR if it's not an easy change.
The signature of MakeFromFile changed to return a pointer for consistency.
9d5931d
to
13af359
Compare
Given review comments, I replaced the last commit (which removed |
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
Thanks @bboreham, LGTM! |
There was a lot of duplication and confusingly-similar functions.