update TODO
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
keks committed
Dec 18, 2017 at 10:34 UTC
94be1f219e00c111207631b025d3c21d2fe5abb4
1 file changed
+1
-11
TODO.md
+1
-11
@@ -2,14 +2,4 @@
2
3
- t0110 fails (marked as known breakage for now)
4
- t0410 fails (marked as known breakage for now)
5
-- errors in plugin loading are not fatal (but should be).
6
- On master the plugins are loaded after PreRun is called, but
7
- before calling PostRun or Run. I want to remove all these details
8
- from main.go using Executors, so we can only load before PreRun.
9
-
10
- One sharness test case however (at the beginning of t0020)
11
- expects that when the ipfs repo is not accessible, the error
12
- in the `init` commands' PreRun is printed. Instead, the error
13
- printed is the one from loading the plugin.
14
-
15
- Not sure how to resolve this the best way.
5
+- some unused code in core/corehttp/commands.go should either be made to work or removed