rkt/rkt
在 GitHub 查看stage1 implementation/guide: missing and empty valued entrypoints should be handled
Open
#1,897 建立於 2015年12月18日
component/stage1help wantedkind/documentationpriority/Pmaybe
描述
Capturing https://github.com/coreos/rkt/pull/1833/files#r48026752 (from rkt-fly):
The doc stage1-implementors-guide.md should say what's happening when the dictionary entries are missing:
- run: error out
- gc: silently skip the execution of stage1's GC
- enter: error out with "not implemented"
- Implementation
- Docs