From e9d639f7d6f21498c450db36d46e1e6ac6c0b17e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 8 Aug 2022 09:56:53 -0400 Subject: Remove some TODOs I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. --- Biz/Bild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild.hs') diff --git a/Biz/Bild.hs b/Biz/Bild.hs index 68aa971..75d012f 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -639,7 +639,7 @@ build andTest loud analysis = do toLog (Local u) = u toLog (Remote u h) = u <> "@" <> h Copy -> do - Log.warn ["bild", "copy", "TODO", nschunk namespace] + Log.warn ["bild", "copy", "not implemented yet", nschunk namespace] pure Exit.ExitSuccess Rustc -> do Log.info ["bild", "dev", "rust", nschunk namespace] -- cgit v1.2.3