-
Notifications
You must be signed in to change notification settings - Fork 13
Lingering in stage 0 #10
Comments
I guess we should withdraw it. We are not able to overcome the Node.js objections in #9. |
That's too bad. I quickly glanced over the thread, and this is not light reading. |
@domenic is it not possible to withdraw the error handling? |
I am not really interested in working on or supporting an incomplete proposal that doesn't include error handling. |
Moving to Node CTC nodejs/CTC#166 |
@domenic Is there anything that I can do, to push this proposal forward? If this proposal would go forward, there would be at least a hint of support for async/await in angular via https://github.com/angular/zone.js/issues/740. |
Pending one change (nodejs/node#28317) Zones could actually be entirely writable in Node using the It would be nice to consider reviving this with that in mind. |
@Jamesernator that would not make zones writeable in Node because of error handling. If zones were just async hooks node would not object to them. Also, zones are entirely writeable with domains anyway, zones are a better and more sound API for domains but they don't create issues for error handling. There is plenty of discussion in this thread. Additionally we can probably provide the lower level hooks Angular needs in order to have zones in async/await regardless of zones being a part of ECMAScript. |
This project seems to linger at stage 0 for over a year now. (at least that is how it looks like from this repo)
How about a status update? I would love to see this progress. preferably into stage 4 and into production!
The text was updated successfully, but these errors were encountered: