-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Revert MapExtra lifetime commit (and re-move to input module) #595
Revert MapExtra lifetime commit (and re-move to input module) #595
Conversation
Note to self: DONT FORGET TO RUN WITH ALL FEATURES ENABLED 😭 |
Looks like there a few more things that need fixing as per the CI failures. |
f13cf96
to
b898c7e
Compare
Okay, it should be good to merge now. The only thing that might be of concern is the revert changed the slice() function from: |
That would be an incorrect change, I think |
b898c7e
to
b06ebde
Compare
73efbbe
to
a97bc4c
Compare
Fixed the issue but I think latest nightly broke CI :( |
Argh, that's annoying, looks like we might need to update |
Hmm, I admit I'm still a little confused by the original issue you had. What lifetime error were you running into again? |
I'm not sure exactly, but I think it may have had something to do with a lifetime being joined / not stored on the MapExtra struct. |
No description provided.