From 975594703d904dad1dae4d68a10788b95f50ad49 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 13 Oct 2021 18:21:48 +0200 Subject: [PATCH] doc --- docs/source/todo.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index edb4135fc..ca5aac3fe 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -5,7 +5,6 @@ For next compiler release ^^^^^^^^^^^^^^^^^^^^^^^^^ - can we derive module.name from module.source (taking just the filename base)? - can Position.file be a Path- making the source variable for nodes unnecessary? -- address more questions/issues from the testability discussions. Blocked by Commander-x16 v39 release @@ -17,7 +16,7 @@ Blocked by Commander-x16 v39 release Future ^^^^^^ - get rid of all TODO's and FIXME's in the code -- improve testability further, add more tests +- improve testability further, add more tests, address more questions/issues from the testability discussions. - can we get rid of pieces of asmgen.AssignmentAsmGen by just reusing the AugmentableAssignment ? generated code should not suffer - see if we can remove more "[InferredType].getOr(DataType.UNDEFINED)" - use more of Result<> and Either<> to handle errors/ nulls better