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

fix(spool): EnvelopeBufferGuard::remove must return same element as peek() #3960

Closed
wants to merge 1 commit into from

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Aug 28, 2024

EnvelopeBufferGuard was intended as a reference to the first element in the buffer, that can be transformed into an owned envelope by calling .remove(). In order for this to work, peek() must not change the order of elements in the buffer, as it does now. This requirement was more obvious when EnvelopeBufferGuard was named Peek.

See peek_remove_gets_same_element.

@jjbayer
Copy link
Member Author

jjbayer commented Aug 30, 2024

Closed in favor of #3968.

@jjbayer jjbayer closed this Aug 30, 2024
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.

1 participant