-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Change function constructors to WithFields #9690
Conversation
i split these out from another branch, there are still some residual changes from that branch that I need to revert. |
d159c4d
to
b6f5805
Compare
f2f166c
to
31513f5
Compare
This is ready for review, please take a look @mbs-octoml @mikepapadim. |
f48ae84
to
ff0082d
Compare
625a301
to
bfbd03f
Compare
8785d19
to
6001b53
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.
Thanks Lily! Just two minor changes asking to retain the existing shallow copies. I think this still needs to be rebased but no mind.
49ca379
to
5f4d9ff
Compare
3ec58ff
to
ecf41ad
Compare
Get rid of std::moves, they were causing problems
78e76cd
to
9bcd271
Compare
* Change function constructors to WithFields Get rid of std::moves, they were causing problems * Fix bad rebase * flaky * try to trigger ci * try again
* Change function constructors to WithFields Get rid of std::moves, they were causing problems * Fix bad rebase * flaky * try to trigger ci * try again
In this PR, I change function constructors to WithFields. I tried to change all of them but may have missed a few.