From 97bed81dcec0edeca37a594cec9b1142e95b3689 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Thu, 26 Oct 2017 19:07:30 -0400 Subject: [PATCH] reassign operator errors & atomics --- BigInt-test-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 64ef761..54ffe09 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -20,7 +20,7 @@ - [x] bitwise infix operators `&`, `|`, `^` [[merged](https://github.com/tc39/test262/pull/1300)] - [x] shifts `<<`, `>>`, `>>>` [[merged](https://github.com/tc39/test262/pull/1314)] - [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - - [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)] + - [ ] arithmetic operator type errors (@thejoshwolfe) [[PR](https://github.com/tc39/test262/pull/1282)] - [x] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`) [[merged](https://github.com/tc39/test262/commit/68e9124927c141ce971db7d17c2832df4c78b1cb)] - [ ] [operand coercion](https://github.com/tc39/test262/pull/1281#pullrequestreview-69707588) - BigInt object @@ -50,4 +50,4 @@ - Recent spec changes - [x] JSON [[merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)] - [x] boolean equality [[merged](https://github.com/tc39/test262/commit/772fb79fd765673e06c37bd9b710d2337d6b08bf)] - - [ ] atomic operations (@thejoshwolfe) + - [ ] atomic operations (@cxielarko)