07:44 | <Jesse> | I strongly suspect there's a number of remaining cases where there's a ? and ! ? If the AO is fallible, then probably every use of it should be flagged with ? . Flagging a use of a fallible AO with ! , to be meaningful, would require a proof that the use of the AO in that case (or cases) can never fail. If an AO is, on the other hand, infallible, then every use of it should be marked with ! . Marking a use of an infallible AO with ? would be an editorial mistake, and flagging the use as ! would be redundant. So the only informative case I can see is (1) fallible AO, (2) used in an infallible way |
08:16 | <annevk> | Historically at least the ? took care of unwrapping the return value, but I'm not really sure what the state of play is these days as there has been some refactoring |
11:32 | <Ashley Claymore> |
While I like the |
11:48 | <annevk> | It's not like removing the assertions would magically make it more correct either. 🙂 |
13:34 | <bakkot> | Jesse: turns out there are a lot of places where there is a fallible AO used in an infallible way |
13:34 | <bakkot> | that is, in fact, every use of ! in the spec now |
13:34 | <bakkot> | (infallible AOs are not called with either ? or ! ) |
14:52 | <Richard Gibson> | or, I should say the non-throwy-ness sounds right; I haven't looked for how it might be |
15:53 | <Rob Palmer> | Reminder: There is a request for feedback on the Reflector for the upcoming real-life June plenary in Austin as part of OpenJS World conference. Please respond by Friday 25 March. |