jugglinmike

Results 223 comments of jugglinmike

@ptomato @ms2ger I know this work is near and dear to your hearts :)

@Ms2ger I've had luck using Node.js and [the test262-harness project](https://github.com/bterlson/test262-harness) to run Test262 against the polyfill: ```bash $ test262-harness \ --hostType node \ --hostPath node \ --prelude inject-temporal.js \ 'test/built-ins/Temporal/**/*'...

Hey there, @ptomato. Let's do it! @rwaldron and I talked this through today. Although we'd prefer to be more familiar with the test material before merging it, we think the...

Thanks, Philip, that's very kind! Regarding coordination: I personally won't be available for reviews until Thursday of next week (that is, September 30). @rwaldron should be around on Monday, but...

Wow, Rhino! Thanks for going the extra mile and letting us know about the missing coverage. If you have the bandwidth, it would be great to get your contribution. If...

> This looks good to me. Nice work identifying this and coming up with a straight forward solution. Thanks! > 1. Safe to assume we will do a new version...

Thanks for the report! As the names of those tests suggest, they are intentionally limited to verifying the abrupt completion introduced by the Resizable Arraybuffer proposal. I believe the other...

Improving coverage always sounds good to me! Here's a few tips for anyone who wants to take up the cause: - in recognition of the optional nature of ECMA402, Test262...