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
base: a1f09a662909
Choose a base ref
...
head repository: rubinius/rubinius
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
    Configuration menu
    Copy the full SHA
    99625cb View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    7a37705 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    29763ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3298 from CodeGnome/feature/search_path_for_port_cmd

    Search PATH for "port" command.
    brixen committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    22a2224 View commit details
    Browse the repository at this point in the history