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

Make cat return a piddle of the highest input type, not the first. #211

Closed
wants to merge 1 commit into from

Conversation

d-lamb
Copy link
Member

@d-lamb d-lamb commented Sep 29, 2017

Previously the first element of a list provided to 'cat' was used
to set the type of the output piddle. Now it uses the "highest"
type if passed a mixed-type list.

Also added some tests for this new behavior, and improved the
documentation for cat, append, and glue to better highlight the
differences between then.

Previously the first element of a list provided to 'cat' was used
to set the type of the output piddle.  Now it uses the "highest"
type if passed a mixed-type list.

Also added some tests for this new behavior, and improved the
documentation for cat, append, and glue to better highlight the
differences between then.
@coveralls
Copy link

Coverage Status

Coverage decreased (-11.2%) to 51.95% when pulling e5707c0 on cat_return_type into ade05f6 on master.

@wchristian wchristian closed this Feb 27, 2018
@wchristian wchristian deleted the cat_return_type branch February 27, 2018 23:50
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

3 participants