-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Discussion] Should we bring back exceptions instances? #52
Comments
I just opened an issue here which might be related - maybe I should have brought it up here instead. Regarding All in all, as a newcomer to these libraries, regarding resource management I feel kind of lost right now. Class instances were removed without a deprecation period. The API docs still refer to missing functionality. A Although this might in part be a documentation issue, the impression I get from this is that the API is still very unstable. Which would be fine of course, but is this a correct assessment? |
The problem with the instances is that Off the top of my head, I wonder if it's possible/legal to have |
Why doesn't |
Could you detail this a bit more? What would be wrong with using nested |
The CHANGELOG mentions the problem with
I guess this means that if you About the I have a proof-of-concept here https://github.com/danidiaz/streaming-bracketed/tree/0.0.0.0 although I'm still a bit unsure about the viability of this approach. And it only works for |
@danidiaz, yeah, using something like |
I'm not sure of the safety, etc. but since we've removed the ResourceT support it means we can't easily use
S.copy
to write a Stream to multiple files (asstreaming-with
needs aMonadMask
instance on the Monad forbracket
to work).The text was updated successfully, but these errors were encountered: