From cf6c266fc86c58fba8656b53066ce9adb009c927 Mon Sep 17 00:00:00 2001 From: ApsarasX Date: Wed, 8 Jun 2022 16:21:07 +0800 Subject: [PATCH 1/2] Remove redundant assertion in the method `freeTempLocal` --- src/flow.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flow.ts b/src/flow.ts index 7f302a706c..21680eaf8d 100644 --- a/src/flow.ts +++ b/src/flow.ts @@ -447,7 +447,6 @@ export class Flow { } default: throw new Error("concrete type expected"); } - assert(local.index >= 0); temps.push(local); } From d8d079498e0d5c050fe477625b54653cb00c4524 Mon Sep 17 00:00:00 2001 From: ApsarasX Date: Wed, 8 Jun 2022 16:24:35 +0800 Subject: [PATCH 2/2] Add my name and email to the NOTICE file --- NOTICE | 1 + 1 file changed, 1 insertion(+) diff --git a/NOTICE b/NOTICE index 56f50806c1..3e71e4e7bd 100644 --- a/NOTICE +++ b/NOTICE @@ -47,6 +47,7 @@ under the licensing terms detailed in LICENSE: * Yasushi Ando * Syed Jafri * Peter Hayman +* ApsarasX Portions of this software are derived from third-party works licensed under the following terms: