1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:34:57 +00:00
serenity/Userland/Libraries/LibChess
Sam Atkins 6576bbc098 LibChess: Return Commands by pointer from FooCommand::from_string()
This removes this slightly silly pattern:
`make<FooCommand>(FooCommand::from_string(s))`

Also, let's propagate OOM here, even if nobody reacts to it yet.
2023-04-24 20:58:35 +02:00
..
Chess.cpp LibChess: Factorize the returned StringView for a draw 2023-02-06 10:18:16 +00:00
Chess.h Chess+LibChess: Avoid using DeprecatedString whenever possible 2023-02-06 10:18:16 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
UCICommand.cpp LibChess: Return Commands by pointer from FooCommand::from_string() 2023-04-24 20:58:35 +02:00
UCICommand.h LibChess: Return Commands by pointer from FooCommand::from_string() 2023-04-24 20:58:35 +02:00
UCIEndpoint.cpp LibChess: Return Commands by pointer from FooCommand::from_string() 2023-04-24 20:58:35 +02:00
UCIEndpoint.h LibChess: Allow UCIEndpoint to handle unexpected disconnections 2023-04-20 09:59:18 +01:00