From f4186981fddea9d47323cb7f373550af44c4aa4b Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 26 Oct 2021 23:30:48 +0200 Subject: [PATCH] todo --- docs/source/todo.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 38a29f0fd..f7d4f137a 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -3,12 +3,7 @@ TODO For next compiler release (7.2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -make AnonymousScope no longer a INameScope as the vars are scoped to the parent subroutine. -requires to hoist all vardecls in all AnonymousScopes up to Subroutine level somewhere, -and changing all lookups that now look into the anonymousscope (no longer needed). -Do this after AstIdentifiersChecker so that we know that there are no problems with -variable name clashes. - +... Blocked by Commander-x16 v39 release