-
Notifications
You must be signed in to change notification settings - Fork 89
Error-context implementation slated for P3 #477
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
I don't know if there's been more discussion elsewhere, but at the spec-level (not speaking to what's landed in the implementation) the point I thought we had reached is the two bullets at the top of the initial comment in #474, which are:
(With the intention to re-enable |
In our meeting yesterday, we discussed doing the latter item but not the former in the |
To clarify, I think there are separate axes here and I think we're talking about subtly different things:
In that sense @vados-cosmonic and @dicej are right in that we discussed we'll probably keep the I said this in the meeting as well but want to write it down here: I think it's fine to change this. If |
Hey all I think we're aligned here, so in ~1 day I'm going to close this issue (and the other related issues about error-context) unless anyone has good reason to delay! |
This issue is primarily to ensure we're at consensus regarding the current implementation for
error-context
happening in wasip3-prototyping and also being discussed here in other issues:#474
#472
#469
After some discussion today the P3 path forward looks to be:
error-context
implementation{stream,future}.close-{readable,writable}
The big question here/why this issue exists is to just make sure that there's appropriate agreement on the initial interface of
error-context
s that's about to land, and the integration bits that are being held back.There are many things that people want to see out of
error-context
as it evolves, but I agree with the initial assessment that the current implementation is a good first version of what will hopefully be a pervasive reusable error representation at the component model level.(likely, many if not all of the above tickets can be closed if we are at consensus here)
cc @lukewagner @pchickey
The text was updated successfully, but these errors were encountered: