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: submodule-improvement
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 17 files changed
  • 3 contributors

Commits on Jul 8, 2019

  1. Remove ubiquitous

    quicklisp authored and xach committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4e643da View commit details
    Browse the repository at this point in the history
  2. Recrank log work

    quicklisp authored and xach committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    5ce3d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    502ff20 View commit details
    Browse the repository at this point in the history
  4. Add failtail to irepl, fix up cantbuild to leave a comment on the iss…

    …ue with the log
    quicklisp authored and xach committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    47061a0 View commit details
    Browse the repository at this point in the history
  5. WTF

    xach committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a9acf71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96beb45 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

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

Commits on Mar 15, 2020

  1. Add daily run files

    quicklisp committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    aa9a552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa87fe View commit details
    Browse the repository at this point in the history
  3. Add util to post to gist

    quicklisp committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    a7ed476 View commit details
    Browse the repository at this point in the history
  4. Misc updates

    quicklisp committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    9fc9523 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    eda88f2 View commit details
    Browse the repository at this point in the history
  2. Adapt to latest sbcl

    quicklisp authored and xach committed May 31, 2021
    Configuration menu
    Copy the full SHA
    691ce50 View commit details
    Browse the repository at this point in the history
  3. Sync with latest sbcl

    quicklisp authored and xach committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5713773 View commit details
    Browse the repository at this point in the history
  4. Snapshot of various works in progress.

    quicklisp authored and xach committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a6fdd27 View commit details
    Browse the repository at this point in the history
  5. Add gitlab upstream

    quicklisp authored and xach committed May 31, 2021
    Configuration menu
    Copy the full SHA
    26f750b View commit details
    Browse the repository at this point in the history
  6. add logging to daily

    quicklisp authored and xach committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5608e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Improve package-inferred-system dependency extraction

    Prior to this commit effectively only the direct dependencies of the parent
    system of a package-inferred-system were extracted. This commit fixes that by
    continuing to extract dependencies of inferred child systems.
    
    Previously depcheck would produce the following dependency list for the
    40ants-doc system:
    
        40ants-doc 40ants-doc/core 40ants-doc/glossary 40ants-doc/restart asdf
    
    With this commit, the following is instead produced:
    
        40ants-doc asdf named-readtables pythonic-string-reader
    daewok committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    120fde6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Merge pull request #21 from daewok/improve-package-inferred-system-de…

    …pendency-extraction
    
    Improve package-inferred-system dependency extraction
    quicklisp authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    124199d View commit details
    Browse the repository at this point in the history
Loading