matchbot/test
Sebastian Crane 6a594c5ad3 Use strings instead of keywords for game names
This commit changes the internal representation of game names in the
state data to be strings instead of keywords. This fixes a potential
memory leak relating to games that no longer have any players, since
strings, unlike keywords, are garbage collected when no longer in use.

Resolves issue LibreGaming/matchbot#2

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-03-30 12:11:10 +01:00
..
bot_test.clj Use strings instead of keywords for game names 2022-03-30 12:11:10 +01:00
game_test.clj Use strings instead of keywords for game names 2022-03-30 12:11:10 +01:00