Skip to content

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

Closed
bikallem wants to merge 1 commit into
mirage:masterfrom
bikallem:cleanup-rwer
Closed

cohttp-eio : split Rwer module into Buf_read and Buf_write. #971
bikallem wants to merge 1 commit into
mirage:masterfrom
bikallem:cleanup-rwer

Conversation

@bikallem

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@bikallem

Copy link
Copy Markdown
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