rkt/rkt

stage1 implementation/guide: missing and empty valued entrypoints should be handled

Open

#1897 opened on Dec 18, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (8,871 stars) (865 forks)batch import
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

Contributor guide