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

Add MappedWrite::unwrap #765

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Add MappedWrite::unwrap #765

merged 3 commits into from
Jan 30, 2024

Conversation

Malax
Copy link
Member

@Malax Malax commented Jan 30, 2024

Currently, there is no way to get the wrapped Write value back out of a MappedWrite. In more complex scenarios where the mapping changes without closing the Write, we need to be able to get the wrapped value back out.

@Malax Malax added enhancement New feature or request libherokubuildpack labels Jan 30, 2024
@Malax Malax marked this pull request as ready for review January 30, 2024 13:29
@Malax Malax requested a review from a team as a code owner January 30, 2024 13:29
@Malax Malax force-pushed the malax/add-mapped-writer-unwrap branch from 2a85bea to ab31bc3 Compare January 30, 2024 13:35
@Malax Malax enabled auto-merge (squash) January 30, 2024 18:45
@Malax Malax merged commit 2a0020f into main Jan 30, 2024
4 checks passed
@Malax Malax deleted the malax/add-mapped-writer-unwrap branch January 30, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request libherokubuildpack
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants