[RFC] Could we mark coroutines as unreleased now?
One years before I sent ⚙ D115692 [docs] Mark the support for coroutine as unreleased to mark ‘coroutines’ as unreleased. But according to the discussion, we feel it might not be the time since there...
View Article[RFC] Could we mark coroutines as unreleased now?
Thank you for raising the question! On our cxx_status page, we list coroutines as partial. Part of the reasoning given is “This feature requires further analysis of the C++ Standard to determine what...
View Article[RFC] Could we mark coroutines as unreleased now?
Actually, I have no strong opinion here - missing features and/or target support do seem relevant. I can only really comment from the perspective of the GCC impl. For the record, I think that is...
View Article[RFC] Could we mark coroutines as unreleased now?
“This feature requires further analysis of the C++ Standard to determine what work is necessary for conformance.” – do you have confidence that this analysis has been done and that we have sufficient...
View Article[RFC] Could we mark coroutines as unreleased now?
ChuanqiXu: My bad. I nearly forgot this since I haven’t work on Windows for a long time. So it is not good to mark coroutines as full now definitely. But I think it will be much helpful to say “it is...
View Article[RFC] Could we mark coroutines as unreleased now?
ChuanqiXu: CC people who got involved or used coroutines My take is similar to Lee’s - despite known optimizer bugs and whatnots, we’ve been extensively using it in production for some years now, so...
View Article[RFC] Could we mark coroutines as unreleased now?
Is this open bug about non-guaranteed symmetric transfer on all platforms (in particular arm8) still broken? That seems like a significant blocker to calling the feature ready, rather than just being...
View Article[RFC] Could we mark coroutines as unreleased now?
Is this open bug about non-guaranteed symmetric transfer on all platforms (in particular arm8) still broken? That bug is not closed because it only has a godbolt reproducer until yesterday. We have...
View Article