rkt/rkt
View on GitHubstage1 implementation/guide: missing and empty valued entrypoints should be handled
Open
#1897 opened on Dec 18, 2015
component/stage1help wantedkind/documentationpriority/Pmaybe
Description
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