-
Notifications
You must be signed in to change notification settings - Fork 189
v4.0 #557
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
Comments
@kazu-yamamoto do you want us to help with it? I won't have time right now, but I might get some help from our partners (Galois). |
Sorry for the quiet, I'm just stretched very thin at work. I have a nice
20h flight this week and will do so then! You should get something by
Friday!
…Sent from my Mobile
On Tue, Jul 4, 2023, 03:52 Kazu Yamamoto ***@***.***> wrote:
@coot <https://github.com/coot> I'd love to help you. But as talked in
#559 <#559>, the baton was passed
to @Mistuke <https://github.com/Mistuke> now.
When he show me the first example, I can hack the entire package.
—
Reply to this email directly, view it on GitHub
<#557 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI7OKLKPUF47H35BETJWS3XOOAQFANCNFSM6AAAAAAYTJ3Z3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Supporting WinIO is delayed. |
I'm curious about whether or not the public interface needs to change in order to support WinIO. My understanding is that In general it seems desirable to maintain the pattern that GHC users currently employ: |
Good point. We don't bump major version if not necessary. |
Well, whether or not to bump the major version is one question, and whether or not to move to a callback-based async style API in this package is another entirely. |
To get Winio to work doesn't need an API change. To get the most out of it will eventually. If RIO is to ever be implemented the DMA interface needs to be exposed to users. For instance a single haskell thread can easily handle multiple io requests. |
What would it look like for a single Haskell green thread to handle multiple concurrent requests? |
We introduce breaking changes:
Strict
andStrictData
to avoid space leak (Using strict language extension #412)recvfrom()
(Incorrect handling ofaddress
argument in recvfrom() #539)@Mistuke It's time!
The text was updated successfully, but these errors were encountered: