From 316666952e8dc0332541c5ee09cac101da460adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luiz=20Alvares?= Date: Wed, 12 Apr 2023 21:28:05 -0300 Subject: [PATCH] add TODO note about wrong use of Teal code. --- bindgen/node.tl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindgen/node.tl b/bindgen/node.tl index 2e2f7a8..8d87f16 100644 --- a/bindgen/node.tl +++ b/bindgen/node.tl @@ -95,6 +95,8 @@ local record Node end end +-- TODO: remove these aliases and use function fields on record's declarations + -- Header local Header = Node.Header local Header_mt: metatable
= { __index = Header }