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

Remove wrapping the Writer in a BufferedWriter in TextMappingsWriter #30

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

phase
Copy link
Member

@phase phase commented Jun 3, 2020

This isn't needed and will cause issues if the output is longer than the buffer
can handle.

This isn't needed and will cause issues if the output is longer than the buffer
can handle.

Signed-off-by: Jadon Fowler <j@jadon.io>
@phase phase requested a review from jamierocks as a code owner June 3, 2020 22:53
@jamierocks jamierocks self-assigned this Jun 3, 2020
@jamierocks jamierocks added the bug label Jun 3, 2020
@jamierocks
Copy link
Member

@Minecrell I'm not 100 on why this was in place (I possibly knew in 2018, but I've forgotten if I ever knew) - so I'm going to merge this.

If there is some demonstratable issue caused by merging them, then we can always revert it - but that seems unlikely to me.

@jamierocks jamierocks merged commit caea6a5 into CadixDev:develop Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants