worm-blossom / ufotofu

Abstractions for lazily consuming and producing sequences in Rust.
Apache License 2.0
3 stars 1 forks source link

Unified pipe errors. #14

Closed AljoschaMeyer closed 4 months ago

AljoschaMeyer commented 4 months ago

PipeError and BulkPipeError are completely equivalent types.

I'll reduce those down to a single type, placed in the main module.

mycognosist commented 4 months ago

Ah yes, good catch. We dropped a variant from the BulkPipeError along the way.

AljoschaMeyer commented 4 months ago

As per #17, each of the three top-level modules should have its own PipeError, but none of them should have a BulkPipeError.