-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix empty EvalFile option #3678
Conversation
some GUIs send an empty string for EvalFile, in that case explicitly try the default name fixes official-stockfish#3675 No functional change.
This could be an alternative for #3668 |
I like this one better, the semantics here are quite intuitive. |
Teaser: With this, it looks like we could have a precedent for using default values? Such that we could also send an empty string for Thread and Hash and have reasonable/recommended default values computed ;-) See my earlier suggestion. |
we have default values for all of those things. We handle a case where the GUI overwrites the default. |
You're right. This is about default values, not “recommended” values. |
At least, it should be made clear that this is only a workaround for a bug in one GUI. This bug should have been reported to the author of the GUI! |
what would be the behaviour you expect? |
Isn't that obvious? Switching to classical eval ... |
some GUIs send an empty string for EvalFile, in that case explicitly try the default name fixes official-stockfish#3675 closes official-stockfish#3678 No functional change.
some GUIs send an empty string for EvalFile, in that case explicitly try the default name
fixes #3675
No functional change.