Sebastian Crane seabass
  • The Ocean
  • Joined on 2021-08-07
seabass pushed to master at seabass/matchbot 2022-03-29 21:22:17 +02:00
6cce43f137 Move processing out of clojure.data.json/read call
91cbdb69da Simplify the system start and restart functions
fecd09c656 Remove unnecessary system/system function
0abd793fe7 Use a Var instead of an Atom for system state
56094478db Remove use of state container in main function
Compare 5 commits »
seabass commented on issue LibreGaming/matchbot#4 2022-03-29 21:17:33 +02:00
Running '!add games' deletes all state data upon restarting twice

Resolved in pull request #5.

seabass closed issue LibreGaming/matchbot#4 2022-03-29 21:17:33 +02:00
Running '!add games' deletes all state data upon restarting twice
seabass merged pull request LibreGaming/matchbot#5 2022-03-29 21:15:14 +02:00
Fix erroneous JSON data loading
seabass pushed to master at LibreGaming/matchbot 2022-03-29 21:15:14 +02:00
6cce43f137 Move processing out of clojure.data.json/read call
seabass created pull request LibreGaming/matchbot#5 2022-03-28 23:24:07 +02:00
Fix erroneous JSON data loading
seabass created branch fix-json-loading in seabass/matchbot 2022-03-28 23:17:44 +02:00
seabass pushed to fix-json-loading at seabass/matchbot 2022-03-28 23:17:44 +02:00
6cce43f137 Move processing out of clojure.data.json/read call
seabass opened issue LibreGaming/matchbot#4 2022-03-28 23:12:09 +02:00
Running '!add games' deletes all state data upon restarting twice
seabass merged pull request LibreGaming/matchbot#1 2022-03-26 15:05:32 +01:00
Improve reliability and quality of the `system` namespace
seabass pushed to master at LibreGaming/matchbot 2022-03-26 15:05:32 +01:00
91cbdb69da Simplify the system start and restart functions
fecd09c656 Remove unnecessary system/system function
0abd793fe7 Use a Var instead of an Atom for system state
56094478db Remove use of state container in main function
Compare 4 commits »
seabass commented on pull request LibreGaming/matchbot#1 2022-03-26 15:04:46 +01:00
Improve reliability and quality of the system namespace

Thank you for reviewing, @sm2n!

seabass 2022-03-26 15:03:35 +01:00
Reason:
Resolved
seabass opened issue LibreGaming/matchbot#3 2022-03-25 21:23:28 +01:00
Add JAR generation
seabass commented on pull request LibreGaming/matchbot#1 2022-03-24 23:10:00 +01:00
Improve reliability and quality of the system namespace

I've just made commit 91cbdb69da - is this what you had in mind?

seabass commented on pull request LibreGaming/matchbot#1 2022-03-24 23:08:47 +01:00
Improve reliability and quality of the system namespace

Resolved in commit 91cbdb69da.

seabass commented on pull request LibreGaming/matchbot#1 2022-03-24 23:08:02 +01:00
Improve reliability and quality of the system namespace

Simplify the system start and restart functions

This commit changes the binding name of…

seabass pushed to system-improvements at seabass/matchbot 2022-03-24 23:06:08 +01:00
91cbdb69da Simplify the system start and restart functions
seabass commented on pull request LibreGaming/matchbot#1 2022-03-23 20:54:44 +01:00
Improve reliability and quality of the system namespace

I was imagining that, in the future, this could be used to pass custom options to a single instance for development purposes, and also eventually for the main function to read the config and pass…

seabass commented on issue LibreGaming/matchbot#2 2022-03-23 20:33:57 +01:00
Keywords interned from user input

I think this can be done as a non-breaking change, as the keys are stored as regular strings in serialised JSON when at rest. Thus, we would need only to remove the function that you referenced…