Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Several updates on the CI tests to include debugging with sanitisers. The following steps have been added for a single Ubuntu worker:
To automate build flags, options for debug mode and sanitisers have been to the Makefile.
Also,
-Wextra
has been added, and some minor fixes have been made to silence some warnings.Finally, the computation of
hashfull
has been updated to fix a possible race condition and the hash of the TT entries are initialised to zero (to prevent warnings from valgrind).Non-regression STC:
LLR: 2.94/2.94<-6.00, 0.00> Elo diff: 1.90 [-1.49, 5.29] (95%)
Games: 8238 W: 1024 L: 979 D: 6235 Draw ratio: 75.7%
Pntl: [45, 640, 2703, 687, 44]
No functional change