-
Notifications
You must be signed in to change notification settings - Fork 15
Implement AnyLifetime for floats #3
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
Conversation
@ndmitchell has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Thanks! This looks great. I'll land it shortly once it passes some internal tests (but given the diff, that's just a formality) |
No worries, there's no rush. I've been using a local copy for development. |
@ndmitchell merged this pull request in 5a566f8. |
Summary: ... to simplify implementation of [floats in starlark-rust](facebook/starlark-rust#3). Pull Request resolved: facebookincubator/gazebo#3 Reviewed By: blackm00n Differential Revision: D30990124 Pulled By: ndmitchell fbshipit-source-id: c365e39f44eb86ce173d2b04247a98d848f689e3
Thanks very much! I suggest I defer on making a release until you've got the Starlark pieces ready, in case you need to do any further Gazebo changes. But let me know once you think you are finished in Gazebo world. |
@ndmitchell It looks like I'm done in Gazebo world (almost done with float implementation). |
Thanks! I'll make a release |
Summary: As requested at #3 (comment) Reviewed By: stepancheg Differential Revision: D31216406 fbshipit-source-id: c229a094c9abf6f4e3954b3670568a15f4a9b2e7
Version 0.4.2 released, and I've bumped Starlark to require the new version |
... to simplify implementation of floats in starlark-rust.