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

cohttp-eio : split Rwer module into Buf_read and Buf_write. #971

Closed
wants to merge 1 commit into from

Conversation

bikallem
Copy link
Contributor

Rwer module mostly served as miscellaneous dump bag of various readers and writers. The name Rwer always felt a bit incoherent even when it was initially added. However, I couldn't quite pin the correct module name for it. Recently, while working on another PR, it dawned on me that the readers and writers can be logically split into Buf_read and Buf_write modules by extending Eio Buf_read and Buf_write modules respectively.

Split off from #969 for easy review.

/cc @patricoferris @mseri

Rwer module mostly served as miscellaneous dump bag of various
readers and writers. The name Rwer always felt a bit incoherent even
when it was initially added. However, I couldn't quite pin the correct
module name for it. Recently, while working on another PR, it dawned
on me that the readers and writers can be logically split into
Buf_read and Buf_write modules by extending Eio Buf_read and Buf_write
modules respectively.
@bikallem
Copy link
Contributor Author

The PR may look big (due to Files changed). However, it is mostly "lift and shift" operation.

@bikallem
Copy link
Contributor Author

Closing this in support of discussion happening at #969

@bikallem bikallem closed this Feb 23, 2023
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