-
Notifications
You must be signed in to change notification settings - Fork 195
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
Type stabilize offset_data #3273
Conversation
@wsmoses, can you write a small description in the first comment summarizing what this PR do or fixes? |
I think these minor changes allow / encourage the compiler to infer the output type of Once we confirm the intent we can merge (it could make sense also to add a comment to the code so that this doesn't get reverted for some reason in the future). @wsmoses let us know if you'd like to tag a patch release as well. |
@glwagner yes indeed, the intent is to allow the compiler to infer the return (and internals) of offset_data. It does not change the result or result types. |
Nice, let's merge ! Patch release or no? There will probably be a patch release before long anyways. |
|
Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com>
@glwagner your comments implies you approve but you didn't formally approve. Is there something left to be done here? |
Nothing left. Merged. |
cc @christophernhill