- 18 Dec, 2021 2 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
- 06 Dec, 2021 1 commit
-
- 05 Dec, 2021 6 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
This enables the use of features such as package local nicknames with UIOP:DEFINE-PACKAGE. This is a temporary measure until CLPM also tracks the version of ASDF being actually used.
-
Eric Timmons authored
For the moment, we largely ignore them, as :REQUIRE should be used only with modules that are distributed with the implementation. However, :REQUIRE *can* be used with regular ASDF systems (sigh). So in the future, we may need to keep a list of legitimite implementation distributed modules and filter against that.
-
Eric Timmons authored
Needed for new versions of SBCL. Additionally, add new dependency trivial-with-current-source-form
-
Eric Timmons authored
Add support for FreeBSD. See merge request !17
-
- 30 Nov, 2021 2 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
+ Update asdf-release-ops + Add default feature set for FreeBSD + Use the same EXECVPE function as Darwin (that calls to execvp, since BSDs don't have execvpe)
-
- 19 Oct, 2021 4 commits
-
-
Eric Timmons authored
Fix scripts/clpm-live-sbcl when it is linked somewhere into the PATH See merge request !15
-
Previosly, when you made a link If you follow "Live install" instructions from INSTALL.org and link scripts/clpm-live-sbcl, it will return following error: ``` [art@art-osx:~]% clpm While evaluating the form starting at line 13, column 0 of #P"/Users/art/projects/lisp/clpm/scripts/live.lisp": Unhandled SB-INT:SIMPLE-PROGRAM-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001540143}>: invalid number of arguments: 1 Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1001540143}> 0: (SETUP-ASDF "live") [external] 1: (SB-INT:SIMPLE-EVAL-IN-LEXENV (SETUP-ASDF "live") #<NULL-LEXENV>) 2: (SB-EXT:EVAL-TLF (SETUP-ASDF "live") 3 NIL) 3: ((LABELS SB-FASL::EVAL-FORM :IN SB-INT:LOAD-AS-SOURCE) (SETUP-ASDF "live") 3) 4: ((LAMBDA (SB-KERNEL:FORM &KEY :CURRENT-INDEX &ALLOW-OTHER-KEYS) :IN SB-INT:LOAD-AS-SOURCE) (SETUP-ASDF "live") :CURRENT-INDEX 3) 5: (SB-C::%DO-FORMS-FROM-INFO #<...
-
Eric Timmons authored
Resolve "Condition CLPM/SOURCES/DEFS:SOURCE-MISSING-PROJECT was signalled" Closes #44 See merge request !14
-
Eric Timmons authored
-
- 16 Oct, 2021 5 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
- 15 Oct, 2021 1 commit
-
-
Eric Timmons authored
-
- 07 Oct, 2021 2 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
- 23 Sep, 2021 2 commits
-
-
Eric Timmons authored
[skip ci]
-
Eric Timmons authored
[skip ci]
-
- 14 Sep, 2021 1 commit
-
-
Eric Timmons authored
-
- 13 Sep, 2021 1 commit
-
-
Eric Timmons authored
-
- 11 Sep, 2021 3 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
- 05 Sep, 2021 2 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
- 03 Sep, 2021 3 commits
-
-
Eric Timmons authored
Add :git directive
-
Eric Timmons authored
-
Eric Timmons authored
-
- 02 Sep, 2021 1 commit
-
-
Eric Timmons authored
Instead of using a single FS-SOURCE per context, we now create one per .asd file. Additionally, when doing a bundle operation, we replace the lockfile's FS-SOURCEs with the ones from the clpmfile. This helps ensure that stale sources are replaced.
-
- 01 Sep, 2021 4 commits
-
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-
Eric Timmons authored
-