This is a list of bugs found and changes made during the Advent of Code 2020.
Day 1
[x] Lists.foldl/3 and Lists.foldr/3 had the wrong FFI signature
[x] Lists.foreach run_one days generated a function reference that crashed at runtime when using escript — turns out this is an issue with the way escript runs the code rather than with the generated code!
This is a list of bugs found and changes made during the Advent of Code 2020.
Day 1
Lists.foldl/3
andLists.foldr/3
had the wrong FFI signatureLists.foreach run_one days
generated a function reference that crashed at runtime when usingescript
— turns out this is an issue with the wayescript
runs the code rather than with the generated code!Day 2
Day 3
...