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: 441aef517601^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 37c6cae3691c
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 27, 2015

  1. add a warning if the optional PGPLOT dependency is not available

    This warns if PGPLOT is missing when is not installed because optional
    dependencies can be skipped at installation. This gives users a clear
    notification of why their code will not load.
    
    Mithaldu++ for bringing up the issue on the #pdl IRC
    <http://irclog.perlgeek.de/pdl/2015-09-15#i_11219756>.
    zmughal committed Sep 27, 2015
    Copy the full SHA
    441aef5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6b7628 View commit details
    Browse the repository at this point in the history
  3. Skip t/bigmem.t when running under CI (Travis or Appveyor)

    Check if running under a CI by using CI_TESTING environment variable.
    zmughal committed Sep 27, 2015
    Copy the full SHA
    37c6cae View commit details
    Browse the repository at this point in the history