Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: ec19dba233c2
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 628aa9582c3a
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 2, 2017

  1. Copy the full SHA
    34befeb View commit details
    Browse the repository at this point in the history
  2. Make cat return a piddle of the highest input type, not the first.

    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.
    d-lamb committed Oct 2, 2017
    Copy the full SHA
    628aa95 View commit details
    Browse the repository at this point in the history