Skip to content

Commit

Permalink
Update TODO.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Aug 15, 2024
1 parent 814ffd5 commit f6d3d68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dev/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
- parser needs to tell the lexer we're currently parsing template args
scratch.lobster(92): error: `,` expected, found `>>`
in: b: B<A<T>>

- Now says: error: cannot implicitly bind type variable `A` in call to `rnd_offset` (argument doesn't match?)
upon missing arg?

- Default ignoring return values is a really bad default, wonder if it is too late to change?
Ideally it would error on ignored return values unless the function explicitly marks a return
value as ignorable.
Expand Down

0 comments on commit f6d3d68

Please sign in to comment.