Answer caching does not work for string answer #16
Labels
bug
Something isn't working
fixed in codebase
the issue is fixed or implemented in the codebase, but not released
When the answer to AoC puzzle is a string, the answer is always submitted to the AoC site, while the automaton is supposed to detect a re submission.
The problem comes from the Automaton using the string's hashcode : those are the same for identical strings, but they are not constant across different runs!
The text was updated successfully, but these errors were encountered: