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: cucumber/aruba
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.3
Choose a base ref
...
head repository: cucumber/aruba
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.4
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 17, 2017

  1. Handle paths with spaces correctly

    This fixes WindowsCommandString#to_a and UnixCommandString#to_a so the
    right thing gets passed to ChildProcess.
    mvz committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    ddbcdd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. fix @no-clobber breaking process management

    @no-clobber does not call Setup#call *at all*, which causes the
    process monitor to not be listening to process events
    doudou committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    d517fac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Merge pull request #531 from cucumber/issue-490-fix-command-spawning-…

    …still
    
    Fix command spawning (still)
    mvz authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    8dbd2e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Improve clean up scenarios

    mvz committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    1d7f4b0 View commit details
    Browse the repository at this point in the history
  2. Ensure setup is still done when using @no-clobber [merges 'Thirteen…

    …Ltda-still' into still]
    mvz committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    a54a931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    effd2a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #533 from cucumber/fix-syntax

    FIx syntax to work with old rubies
    mvz authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    67f1d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    fb3b0e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Merge pull request #539 from cucumber/issue-486-restore-old-expand_pa…

    …th-behavior
    
    Restore expand_path behavior for absolute paths
    mvz authored Feb 11, 2018
    Configuration menu
    Copy the full SHA
    3a34739 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Fix typo

    [ci skip]
    mvz committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    2e0de35 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    a0e22aa View commit details
    Browse the repository at this point in the history
Loading