Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make new_run return a string instead of an ObjectId.
The convention throughout the code base is that run_id is a string. Since a run_id and the corresponding ObjectId print in exactly the same way, violating this convention may lead to hard to understand bugs such as this one https://tests.stockfishchess.org/actions?action=log_message&user=&text=internal which was introduced in official-stockfish#1993.
- Loading branch information