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: foswiki/distro
base: 2eab50e3904f
Choose a base ref
...
head repository: foswiki/distro
compare: 28cedb5133fa
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 5, 2014

  1. Item13077: Unit test for corrupted regex

    This fails in the query get set routines, and not in the checker.
    gac410 committed Dec 5, 2014
    Copy the full SHA
    c2ffab5 View commit details
    Browse the repository at this point in the history
  2. Item13023: Unit tests are not happy with fork to grep

    The TestBootstrapPlugin loops in the fork to `grep -V` during test to
    determine if there is a valid grep program on the default path.
    
    SMELL:  I was unable to debug this.  Perl debugger also failed due to
    the fork. Not sure what is going on here.  Temporarily skipping the
    probe.  I'd rather use File::Which to actually find the path location
    rather than trusting that the path will be stable.  But that's not a
    core module, and it's not worth adding another dependency.
    gac410 committed Dec 5, 2014
    Copy the full SHA
    28cedb5 View commit details
    Browse the repository at this point in the history