Evan Rutledge Borden
Evan Rutledge Borden
We should probably formulate some realistic benchmarks before introducing a change of this nature.
Static linking would be lovely.
@nrdmn do you have an interest in fixing this PR?
I created a project for tracking progress on 3.2.0.0. https://github.com/haskell/network/projects/5
@newhoggy are you still having these issues?
@kazu-yamamoto are you still interested in pursuing this issue?
#151 is the primary issue for rethinking error handling. Mentioning it in this issue will make it visible there and more likely to be considered when addressing error handling in...
@kazu-yamamoto Here is a quick pass at existing `IO` exceptions in `network`. * This absorbs existing conditions into a sum type, but does not seek to refine or call out...
There is also probably room for splitting into multiple exception types. One logical split is configuration/platform vs execution exceptions. In most cases configuration exceptions would never be caught, but instead...
Note, we've implemented this function in Freckle's codebase on a `newtype`d `Text` type (`NameComponent`) and saw a large performance improvement in a codepath that was utilizing this pattern heavily. ##...