From 6165d5dc6f117f91fa88c1d257ce0b6ca78addcc Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 17 Jul 2023 22:53:46 +0200 Subject: [PATCH] TypeChecker - Added a TODO regarding the `ClassStaticNode` handling --- source/tlang/compiler/typecheck/core.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index a6603a5..4cd9668 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -1625,6 +1625,9 @@ public final class TypeChecker /* Add this static initialization to the list of global allocations required */ addInit(clazzStaticInitAllocInstr); + + // FIXME: This shouldn't be presentin here, like, ever + // ... in depgen we should generate it once or something } /* It will pop a bunch of shiiit */ /* TODO: ANy statement */