cli, puppet, langpuppet: Remove puppet GAPI's
I'm currently refactoring the CLI code. Unfortunately this means a pretty big churn in the various GAPI frontends. Since nobody is actively using the puppet frontend code, I'm removing it for now. If someone is actively using it, and wants to either port it to the new API, or sponsor the porting of it to the new API, I'm happy to allow it back in. Sorry Felix, it was a fun idea, and I loved seeing it work, but I can't personally afford the maintenance cost of having this in right now.
This commit is contained in:
@@ -662,7 +662,7 @@ func (obj *Main) Run() error {
|
||||
}
|
||||
var timing time.Time
|
||||
|
||||
// make the graph from yaml, lib, puppet->yaml, or dsl!
|
||||
// make the graph from yaml, lib, or dsl!
|
||||
timing = time.Now()
|
||||
newGraph, err := gapiImpl.Graph() // generate graph!
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user