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: quicklisp/quicklisp-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: quicklisp/quicklisp-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: parallel-checking
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 11, 2019

  1. Use keyword/value command-line arguments for depcheck

    This is to make it easier to add more options without dealing with
    positional argument issues.
    xach committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2417bec View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Make RUN smarter about converting raw args to final args

    This is to allow things like:
    
        (run "command" (when flagp "--flagp") (when foo (list "--foo" foo)))
    xach committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    0d5a767 View commit details
    Browse the repository at this point in the history
  2. Use *DEFAULT-PATHNAME-DEFAULTS* as the :directory for sb-ext:run-prog…

    …ram in RUN
    
    This is to maybe head off thread cwd problems.
    xach committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    85a18d7 View commit details
    Browse the repository at this point in the history
  3. Try using PMAP-SOURCES everywhere.

    This bins sources into one of 16 buckets for parallelization
    purposes.
    xach committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    fc950c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7c397 View commit details
    Browse the repository at this point in the history
Loading