From 0f80897c507c60acfc1ed57f480edf51010a78c8 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Fri, 15 Oct 2021 01:02:32 +0200 Subject: [PATCH] todo --- docs/source/todo.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 9ba474f05..21ba9e832 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -3,7 +3,7 @@ TODO For next compiler release ^^^^^^^^^^^^^^^^^^^^^^^^^ -replace certain uses of inferredType.getOr(UNKNOWN) by i.getOrElse({ errorhandler }) +fix github issue #64 about inconsistent absolute path usage Blocked by Commander-x16 v39 release @@ -16,10 +16,11 @@ Future ^^^^^^ - get rid of all TODO's and FIXME's in the code - 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 +- replace certain uses of inferredType.getOr(DataType.UNDEFINED) by i.getOrElse({ errorhandler }) - see if we can remove more "[InferredType].getOr(DataType.UNDEFINED)" - use more of Result<> and Either<> to handle errors/ nulls better - fix the asm-labels problem (github issue #62) +- can we get rid of pieces of asmgen.AssignmentAsmGen by just reusing the AugmentableAssignment ? generated code should not suffer - c64: make the graphics.BITMAP_ADDRESS configurable (VIC banking) - optimize several inner loops in gfx2 even further? - add modes 2 and 3 to gfx2 (lowres 4 color and 16 color)?