Skip to content

Commit

Permalink
Updated TODO.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggnstone committed Mar 4, 2024
1 parent 2962ffe commit 1a51277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ TODO
- Own lint rule: don't return Futures in a try-catch block.
- Own lint rule: don't call unawaited stuff in a try-catch block.
- Own lint rule: don't return Future<void>s.
- simplify TestAstVisitor
- ensure DEBUG is off when publishing
- safety: don't accept result if length is 0 or very short, e.g. when throwing UnimplementedError in StringTools.

Expand All @@ -22,3 +21,4 @@ DONE (I think)
- Method params: indent when multiline with "(" and "({"
- WebService: Shut down if calling process dies.
- quit doesn't work anymore
- simplify TestAstVisitor

0 comments on commit 1a51277

Please sign in to comment.