From a4f7512d44889667b41c53e1ccaa95c39b5307e8 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 14 Sep 2024 21:17:38 +0200 Subject: [PATCH] oops, was fixed --- docs/source/todo.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 3fae30806..be8a5ce11 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -1,14 +1,10 @@ TODO ==== -Should give type error, but seems to make num a word !?: - const uword screenwidth = txt.DEFAULT_WIDTH - const ubyte num = (screenwidth-1) / 2 - - callgraph issue? : if a sub contains another sub and it calls that, the outer sub is never removed even if it doesn't get called? -callgraph issue? : there's an odd case that keeps unused subroutines marked as used , they don't get removed. Has to do with declaring string var. :: +There's an odd case that keeps unused subroutines marked as used , they don't get removed. Has to do with declaring string var. :: +it's a 64tass issue, caused by prog8 including full prefixed symbol name in the str case, and a local name in the array case.... %import conv %option no_sysinit