ladybird/Userland/Libraries/LibChess
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
Chess.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Chess.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
UCICommand.cpp Userland: Don't leak objects when constructor arguments throw 2023-12-13 19:21:03 -07:00
UCICommand.h LibChess: Add optional ponder move to the BestMove command 2023-05-03 08:31:34 +01:00
UCIEndpoint.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
UCIEndpoint.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30