←back to thread

222 points futurisold | 2 comments | | HN request time: 0s | source
1. bionhoward ◴[] No.44401598[source]
FYI, there’s a correctness issue in the part about correctness contracts: valid_opts = ['A', 'B', 'C'] if v not in valid_sizes:

valid_sizes is undefined

replies(1): >>44403263 #
2. futurisold ◴[] No.44403263[source]
Oh, thank you; refactoring artifacts. Fixed now.