00:03 | <Ashley Claymore> | I embarrassingly had been assuming the US was roughly the same |
15:39 | <Chris de Almeida> | ah yes. because the harvest season. child labor is legal when it's in the family! 🫶 |
17:32 | <nicolo-ribaudo> | Concretely, the proposed change for removing subclasses of (Shared)ArrayBuffer just means that .slice doesn't look at @@species, right? |
17:32 | <nicolo-ribaudo> | Or does it have other consequences? |
17:34 | <nicolo-ribaudo> | Oh well, I was overlooking that the change on TypedArray has much more impact |
17:58 | <mgaudet> | Mostly yes; I have a prototype patch here https://phabricator.services.mozilla.com/D225879 which also shows the set of test cases in 262 that would fail with that approach. If we think that's too strong, I also have a proposed relaxation which could also preserve Type II subclassing https://phabricator.services.mozilla.com/D227063 I haven't had a chance to return to this (and sort of don't expect to think more on this until January) |