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: 0fc6c84a3977
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 4b597278b582
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 1, 2017

  1. Basic/Core/Dev.pm - Make the one liner for 'install ::' (sub pdlpp_po…

    …stamble) portable.
    sisyphus authored and d-lamb committed Nov 1, 2017
    Copy the full SHA
    4b8097a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d430641 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ff2cd64 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    024f753 View commit details
    Browse the repository at this point in the history
  5. 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 Nov 1, 2017
    Copy the full SHA
    4b59727 View commit details
    Browse the repository at this point in the history