Skip to content
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

fix and test datatype field reflection #14777

Merged
merged 1 commit into from
Jan 25, 2016
Merged

fix and test datatype field reflection #14777

merged 1 commit into from
Jan 25, 2016

Commits on Jan 25, 2016

  1. replace field_offset and fieldoffset with fieldoffset

    `field_offset` was untested, undocumented, unexported, and incorrect (off-by-one error in implementation)
    `fieldoffset` just isn't particularly optimal, since it has to allocate a new array each time
    also make minor cleanup and test-coverage enhancements to related reflection methods
    vtjnash committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    abd3a91 View commit details
    Browse the repository at this point in the history