chiark / gitweb /
Drop some done todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 23:44:10 +0000 (00:44 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 23:44:10 +0000 (00:44 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
daemon/main.rs
src/bin/otter.rs
src/bundles.rs
src/commands.rs

index 1ea4df43b1f5bef1617c700284449f803ebfaac8..995078fb64ca31a137fd3eb635e03046af08678e 100644 (file)
@@ -314,9 +314,6 @@ impl fairing::Fairing for ReportStartup {
 
 #[throws(StartupError)]
 fn main() {
-  // todo test suite for cli at least
-  // todo test suite for web api
-
   use structopt::StructOpt;
   #[derive(StructOpt)]
   struct Opts {
index ea809ab0dba36d0568fafce33bfd8f7603dc36f2..dcac0d74cf085c3edcf0b2dadf09d33690981cae 100644 (file)
@@ -680,7 +680,6 @@ mod list_games {
 }
 
 // todo: list-players
-// todo: list-accounts
 // todo: delete-account
 
 //---------- reset-game ----------
index 61695b9972115de3d7e212465d2241729897efa2..ea61053fc904c9fe5531cf5b8e17b991c28db5d6 100644 (file)
@@ -31,7 +31,6 @@ pub struct Id { pub index: Index, pub kind: Kind, }
 
 #[derive(Debug,Clone)]
 pub struct InstanceBundles {
-  // todo: this vec is needed during loading only!
   bundles: Vec<Option<Note>>,
 }
 
index 823b5e7d4c7276381d738200ee864974d60d8806..e5095eb55daf90b0ca57f1ebee01d0bebb8d4d23 100644 (file)
@@ -32,7 +32,6 @@ pub enum MgmtCommand {
     insns: Vec<MgmtGameInstruction>,
     how: MgmtGameUpdateMode,
   },
-  // todo: MarkGameUncorrupted
   DestroyGame {
     game: InstanceName,
   },