Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the list functions to handle int, string, and other slices #64

Merged
merged 3 commits into from
Nov 28, 2017

Conversation

mattfarina
Copy link
Member

The list functions used to only handle reveiving []interface{}. The
output of regex and some other functions provided []string which is
not compatible. This approach enables list to handle other types
of slices and convert them for a unified output.

Closes #63
Closes #59

/cc @technosophos

The list functions used to only handle reveiving []interface{}. The
output of regex and some other functions provided []string which is
not compatible. This approach enables list to handle other types
of slices and convert them for a unified output.

Closes #63
Closes #59
Updating to check go 1.9 and the latest patch release. See
https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use
for more details
There was an error in the number of arguments passed to Errorf
@technosophos technosophos merged commit ded3565 into master Nov 28, 2017
@technosophos technosophos deleted the fix/last-first branch November 28, 2017 15:41
JeanMertz added a commit to blendle/epp that referenced this pull request Jan 4, 2018
This also updates Sprig to the latest release:

    https://github.com/Masterminds/sprig/releases/tag/v2.14.1

which specifically implements this improvement to lists:

    Masterminds/sprig#64
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.

None yet

2 participants