Skip to content

Conversation

@wking
Copy link
Contributor

@wking wking commented Mar 29, 2017

We have a few different element types in our arrays, so it's useful to clarify the element type for the property being specified. Before this commit:

$ sed -n 's|.*\*\*`\([^`]*\)`\*\*[^(]*(\([^,]*\),.*|\2|p' *.md | sort | uniq -c | grep array
      7 array
      1 array of ints
      8 array of objects
     13 array of strings

All of the bare array instances turned out to be arrays of objects.

We have a few different element types in our arrays, so it's useful to
clarify the element type for the property being specified.  Before
this commit:

  $ sed -n 's|.*\*\*`\([^`]*\)`\*\*[^(]*(\([^,]*\),.*|\2|p' *.md | sort | uniq -c | grep array
        7 array
        1 array of ints
        8 array of objects
       13 array of strings

All of the bare 'array' instances turned out to be arrays of objects.

Signed-off-by: W. Trevor King <wking@tremily.us>
@hqhq
Copy link
Contributor

hqhq commented Mar 30, 2017

LGTM

Approved with PullApprove

1 similar comment
@mrunalp
Copy link
Contributor

mrunalp commented Mar 30, 2017

LGTM

Approved with PullApprove

@mrunalp mrunalp merged commit d094a5c into opencontainers:master Mar 30, 2017
@wking wking deleted the array-of-x branch April 5, 2017 16:19
@vbatts vbatts mentioned this pull request Jul 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants