Commit 94be1f21 authored by keks's avatar keks Committed by Jeromy

update TODO

License: MIT
Signed-off-by: default avatarkeks <keks@cryptoscope.co>
parent 740cf4a3
......@@ -2,14 +2,4 @@
- t0110 fails (marked as known breakage for now)
- t0410 fails (marked as known breakage for now)
- errors in plugin loading are not fatal (but should be).
On master the plugins are loaded after PreRun is called, but
before calling PostRun or Run. I want to remove all these details
from main.go using Executors, so we can only load before PreRun.
One sharness test case however (at the beginning of t0020)
expects that when the ipfs repo is not accessible, the error
in the `init` commands' PreRun is printed. Instead, the error
printed is the one from loading the plugin.
Not sure how to resolve this the best way.
- some unused code in core/corehttp/commands.go should either be made to work or removed
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment