A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ksonnet/ksonnet/commit/d2b0df05f35debb20b4b9e921326e75dbf6f9975 below:

update ksonnet lib printer with array comprehensions · ksonnet/ksonnet@d2b0df0 · GitHub

Skip to content Navigation Menu

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Additional navigation options

Commit d2b0df0

update ksonnet lib printer with array comprehensions

Signed-off-by: bryanl <bryanliles@gmail.com>
1 parent 7692a49 commit d2b0df0

Copy full SHA for d2b0df0

File tree Expand file treeCollapse file tree 4 files changed

+31

-8

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+31

-8

lines changed +3-3Lines changed: 3 additions & 3 deletions +1-1Lines changed: 1 addition & 1 deletion Original file line number Diff line number Diff line change

@@ -50,7 +50,7 @@

50 50 51 51

[[constraint]]

52 52

name = "github.com/ksonnet/ksonnet-lib"

53 -

version = "v0.1.0"

53 +

version = "v0.1.1"

54 54 55 55

[[constraint]]

56 56

name = "github.com/mattn/go-isatty"

+2Lines changed: 2 additions & 0 deletions Original file line number Diff line number Diff line change

@@ -18,6 +18,7 @@ package pipeline

18 18

import (

19 19

"bytes"

20 20

"encoding/json"

21 +

"fmt"

21 22

"io"

22 23

"path/filepath"

23 24

"regexp"

@@ -221,6 +222,7 @@ func (p *Pipeline) moduleObjects(module component.Module, filter []string) ([]*u

221 222 222 223

uns, _, err := unstructured.UnstructuredJSONScheme.Decode([]byte(patched), nil, nil)

223 224

if err != nil {

225 +

fmt.Println(patched)

224 226

return nil, errors.Wrap(err, "decode unstructured")

225 227

}

226 228

ret = append(ret, uns)

+25-4Lines changed: 25 additions & 4 deletions

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4