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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1f09a662909
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22a22247fa8b
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 28, 2015

  1. Liberalize check for MacPorts *port* command.

    - Use *which* to search the PATH for the *port* command, rather than
      checking the canonical installation location.
    - See <#3297> for a discussion
      of the pros and cons of this approach.
    todd-a-jacobs committed Jan 28, 2015
    Copy the full SHA
    99625cb View commit details
  2. Validate that *port* command in PATH is MacPorts.

    Use a more reliable validation technique to ensure that the executable
    found in the PATH is really MacPorts, and not some other file named
    "port."
    todd-a-jacobs committed Jan 28, 2015
    Copy the full SHA
    7a37705 View commit details

Commits on Jan 29, 2015

  1. Match less of the MacPorts interactive prompt.

    - Per @jc00ke, we will not use the semantic version from the interactive
      prompt to anchor the validation.
    - Switch to a fixed-string match instead of a regex for performance.
    - Relevant comments:
        - <#3298 (comment)>
        - <#3298 (comment)>
    todd-a-jacobs committed Jan 29, 2015
    Copy the full SHA
    29763ea View commit details
  2. Merge pull request #3298 from CodeGnome/feature/search_path_for_port_cmd

    Search PATH for "port" command.
    brixen committed Jan 29, 2015
    Copy the full SHA
    22a2224 View commit details
Loading