From b37b45fd7c50919baa89ee74df4c6ecb4e7baf7b Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Mon, 25 Sep 2017 15:05:42 -0700 Subject: [PATCH] add links to commits where items were completed --- BigInt-test-plan.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index c56d485..4336457 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -1,11 +1,11 @@ - BigInt literals - [x] invalid digits - Type conversion - - [x] ToPrimitive (@thejoshwolfe) + - [x] ToPrimitive [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [ ] ToBoolean (@thejoshwolfe) - - [x] ToNumber (@thejoshwolfe) + - [x] ToNumber [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [ ] ToString (@thejoshwolfe) - - [x] ToObject (@thejoshwolfe) + - [ ] ToObject (@thejoshwolfe) - [ ] ToNumeric (@thejoshwolfe) - [ ] RequireObjectCoercible (@thejoshwolfe) - Testing/comparison @@ -35,12 +35,8 @@ - [x] constructor - [x] property descriptor (@thejoshwolfe) - [x] parseInt (@cxielarko) - - [x] asUintN (@thejoshwolfe) - - asIntN - - [x] basic tests - - [x] additional tests (@thejoshwolfe) - - [x] argument coercion (@thejoshwolfe) - - [x] property descriptors (@thejoshwolfe) + - [x] asUintN [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] + - [x] asIntN [[merged](https://github.com/tc39/test262/commit/443b15e43e8c497b2edcf8c064b11fd7c1ad67fc)] - prototype - [x] attributes - [ ] constructor