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: 881ec3665b51
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 973baea7d3f6
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 2, 2015

  1. Test code should not be duplicated between TODO and non-TODO branches

    We can use the same code and mark it conditionally as TODO by doing:
    
        TODO: {
        	local $TODO = 'why' if $condition;
    
        	... # tests
        }
    zmughal authored and mohawk2 committed May 2, 2015
    Copy the full SHA
    156a8f0 View commit details
    Browse the repository at this point in the history
  2. spelling: s|exspecting|expecting|

    zmughal authored and mohawk2 committed May 2, 2015
    Copy the full SHA
    973baea View commit details
    Browse the repository at this point in the history