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

Revert MapExtra lifetime commit (and re-move to input module) #595

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

zyansheep
Copy link
Contributor

No description provided.

@zyansheep
Copy link
Contributor Author

Note to self: DONT FORGET TO RUN WITH ALL FEATURES ENABLED 😭

@zesterer
Copy link
Owner

zesterer commented Feb 2, 2024

Looks like there a few more things that need fixing as per the CI failures.

@zyansheep zyansheep force-pushed the revert-mapextra-lifetime-commit branch from f13cf96 to b898c7e Compare February 3, 2024 21:58
@zyansheep
Copy link
Contributor Author

Okay, it should be good to merge now. The only thing that might be of concern is the revert changed the slice() function from:
self.inp.slice(self.before..self.after)
to:
self.inp.slice_since(self.before..)

@zesterer
Copy link
Owner

zesterer commented Feb 6, 2024

Okay, it should be good to merge now. The only thing that might be of concern is the revert changed the slice() function from: self.inp.slice(self.before..self.after) to: self.inp.slice_since(self.before..)

That would be an incorrect change, I think .slice(...) is correct here. Any chance you could remake that change?

@zyansheep zyansheep force-pushed the revert-mapextra-lifetime-commit branch from b898c7e to b06ebde Compare February 6, 2024 18:49
@zyansheep zyansheep force-pushed the revert-mapextra-lifetime-commit branch from 73efbbe to a97bc4c Compare February 6, 2024 18:59
@zyansheep
Copy link
Contributor Author

Fixed the issue but I think latest nightly broke CI :(
Works locally on cargo 1.78.0-nightly (cdf84b69d 2024-02-02), but is broken in the CI on 2024-02-05.
My nix rust overlay isn't recent enough to test that version tho...

@zesterer
Copy link
Owner

zesterer commented Feb 6, 2024

Argh, that's annoying, looks like we might need to update ahash. I'll merge this regardless, thanks!

@zesterer
Copy link
Owner

zesterer commented Feb 6, 2024

Hmm, I admit I'm still a little confused by the original issue you had. What lifetime error were you running into again?

@zyansheep
Copy link
Contributor Author

zyansheep commented Feb 7, 2024

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.
It bugs in my project on this commit: https://github.com/libdither/disp/tree/c65ac0d3e7e4f610bd5f3f18cf4a86d042dc5b6b and I bisected it back to the chumsky commit where the extra lifetime is removed.

@zesterer zesterer merged commit 184b4f3 into zesterer:main Feb 7, 2024
@zyansheep zyansheep deleted the revert-mapextra-lifetime-commit branch February 7, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants