progfolio / elpaca

An elisp package manager
GNU General Public License v3.0
634 stars 31 forks source link

[Bug]: Fail to install a package with :tag in recipe #201

Closed licht1stein closed 11 months ago

licht1stein commented 11 months ago

Elpaca Version

Elpaca b1a2c30 HEAD -> master, origin/master, origin/HEAD installer: 0.6 emacs-version: GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.3 (Build 21G419)) of 2023-09-13 git --version: git version 2.39.2 (Apple Git-143)

Operating System

Mac OS 13.5.2

Description

When trying to install a specific version of cider with the following recipe:

(cider :host github :repo "clojure-emacs/cider" :tag "v1.11.1")

I'm getting the following error: error: pathspec 'tags/v.1.11.1' did not match any files known to git.

progfolio commented 11 months ago

By default, orders inherit :depth 1 via elpaca-order-defaults. You can confirm that by checking the "recipe" section of M-x elpaca-info cider. Adding :depth nil to the recipe should allow the tagged commit to be reached. See the test case below:

Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :init (elpaca (cider :host github :repo "clojure-emacs/cider" :tag "v1.11.1" :depth nil)) (elpaca-wait) (elpaca-test-log "cider|")) ```
Host Env
elpaca039ae35 HEAD -> master, origin/master, origin/HEAD
isntaller0.6
emacsGNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-11-02
gitgit version 2.42.0
Output ```emacs-lisp INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done GEN ../elpaca-autoloads.el Cloning into '/tmp/elpaca.Bn5bPE/elpaca/repos/elpaca'... Your branch is up to date with 'origin/master'. Checking /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-info.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-log.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-manager.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-menu-elpa.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-menu-melpa.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-menu-org.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-process.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-test.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca-ui.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/elpaca.el... Checking /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/doc... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/doc/early-init.el... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/doc/init.el... Checking /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/extensions... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/extensions/elpaca-use-package.el... Checking /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/images... Checking /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/test... Compiling /tmp/elpaca.Bn5bPE/elpaca/repos/elpaca/test/elpaca-test.el... Done (Total of 11 files compiled, 3 skipped in 4 directories) Downloading MELPA recipes... Downloading MELPA recipes...100% Downloading NonGNU-devel ELPA... Downloading GNU-devel ELPA... Downloading NonGNU ELPA... Downloading GNU ELPA... elpaca-log: "cider|" " cider cloning Cloning 06.582860 cider cloning Resolving deltas: 100% (17006/17006), done. 08.306633 cider checking-out-ref Checking out v1.11.1 08.352428 cider checking-out-ref HEAD is now at 9c605cd4 1.11.1 08.377442 cider ref-checked-out v1.11.1 checked out 08.377990 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 08.731581 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 08.773904 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 08.809451 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 08.900509 cider blocked Blocked by: (spinner queue parseedn clojure-mode) 09.041618 cider blocked Blocked by: (spinner parseedn clojure-mode) 09.096347 cider blocked Blocked by: (parseedn clojure-mode) 09.129668 cider blocked Blocked by: (clojure-mode) 09.584280 cider blocked Blocked by: (clojure-mode) 10.875948 cider unblocked Unblocked by: clojure-mode 11.142277 cider linking Linking build files 11.142843 cider linking Build files linked 11.145701 cider autoloads Generating autoloads: /tmp/elpaca.Bn5bPE/elpaca/builds/cider 11.146624 cider autoloads INFO Scraping files for loaddefs... 11.254426 cider autoloads INFO Scraping files for loaddefs...done 11.286431 cider autoloads GEN cider-autoloads.el 11.290814 cider autoloads Autoloads Generated 11.293959 cider byte-compilation Byte compiling 11.294595 cider byte-compilation Checking /tmp/elpaca.Bn5bPE/elpaca/builds/cider... 11.353004 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-apropos.el... 11.361271 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-autoloads.el... 11.467809 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-browse-ns.el... 11.472317 cider byte-compilation In toplevel form: 11.482429 cider byte-compilation cider-browse-ns.el:65:10: Warning: in defcustom for ‘cider-browse-ns-default-filters’: ‘list’ without arguments 11.483224 cider byte-compilation In cider-browse-ns--thing-at-point: 11.483876 cider byte-compilation cider-browse-ns.el:454:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.484494 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-browse-spec.el... 11.485694 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-cheatsheet.el... 11.492561 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-classpath.el... 11.493433 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-client.el... 11.507331 cider byte-compilation In toplevel form: 11.513232 cider byte-compilation cider-client.el:239:12: Warning: custom-declare-variable ‘cider-format-code-options’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.532598 cider byte-compilation cider-client.el:249:10: Warning: in defcustom for ‘cider-format-code-options’: ‘list’ without arguments 11.533328 cider byte-compilation cider-client.el:315:12: Warning: custom-declare-variable ‘cider-print-options’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.534464 cider byte-compilation cider-client.el:320:10: Warning: in defcustom for ‘cider-print-options’: ‘list’ without arguments 11.535111 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-clojuredocs.el... 11.546040 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-common.el... 11.546869 cider byte-compilation In cider-try-symbol-at-point: 11.548099 cider byte-compilation cider-common.el:125:7: Warning: ‘condition-case’ condition should not be quoted: 'error 11.548792 cider byte-compilation In cider--translate-path: 11.549486 cider byte-compilation cider-common.el:289:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.550179 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-completion-context.el... 11.550866 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-completion.el... 11.551544 cider byte-compilation In toplevel form: 11.552216 cider byte-compilation cider-completion.el:104:12: Warning: custom-declare-variable ‘cider-completion-annotations-include-ns’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.552883 cider byte-compilation In cider-company-docsig: 11.553570 cider byte-compilation cider-completion.el:233:17: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.554230 cider byte-compilation cider-completion.el:234:21: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.555455 cider byte-compilation cider-completion.el:235:23: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.556146 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-connection.el... 11.556842 cider byte-compilation In cider--compatible-middleware-version-p: 11.557510 cider byte-compilation cider-connection.el:261:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.558269 cider byte-compilation cider-connection.el:779:15: Warning: defvar ‘cider-cljs-repl-type’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.559049 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-debug.el... 11.569969 cider byte-compilation In toplevel form: 11.580039 cider byte-compilation cider-debug.el:186:12: Warning: in defcustom for ‘cider-debug-prompt-commands’: ‘nil’ is not a valid type 11.580884 cider byte-compilation In cider--debug-move-point: 11.590180 cider byte-compilation cider-debug.el:507:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.591020 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-doc.el... 11.591773 cider byte-compilation In toplevel form: 11.592481 cider byte-compilation cider-doc.el:114:10: Warning: in defcustom for ‘cider-docview-fill-column’: ‘list’ without arguments 11.593171 cider byte-compilation In cider-docview-wrap-text: 11.600292 cider byte-compilation cider-doc.el:369:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.601042 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-docstring.el... 11.601738 cider byte-compilation In toplevel form: 11.602420 cider byte-compilation cider-docstring.el:79:12: Warning: custom-declare-variable ‘cider-docstring-max-lines’ docstring wider than 80 characters 11.603101 cider byte-compilation In cider--attempt-invalid?: 11.604359 cider byte-compilation cider-docstring.el:93:2: Warning: docstring wider than 80 characters 11.605123 cider byte-compilation In cider--render-docstring-first-sentence: 11.605876 cider byte-compilation cider-docstring.el:102:41: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.606626 cider byte-compilation In cider--render-docstring: 11.607382 cider byte-compilation cider-docstring.el:105:2: Warning: docstring wider than 80 characters 11.608140 cider byte-compilation cider-docstring.el:108:37: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.608852 cider byte-compilation cider-docstring.el:109:27: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.609574 cider byte-compilation cider-docstring.el:110:33: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.610868 cider byte-compilation In cider-docstring--dumb-trim: 11.611582 cider byte-compilation cider-docstring.el:142:2: Warning: docstring wider than 80 characters 11.612279 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-eldoc.el... 11.612977 cider byte-compilation In cider-eldoc-format-variable: 11.613661 cider byte-compilation cider-eldoc.el:217:15: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.614348 cider byte-compilation cider-eldoc.el:218:19: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.615053 cider byte-compilation cider-eldoc.el:221:54: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.615760 cider byte-compilation cider-eldoc.el:223:29: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.616473 cider byte-compilation In cider-eldoc-format-function: 11.617762 cider byte-compilation cider-eldoc.el:234:14: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.618453 cider byte-compilation cider-eldoc.el:235:18: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.619156 cider byte-compilation cider-eldoc.el:236:20: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.619901 cider byte-compilation In cider-eldoc-format-special-form: 11.620618 cider byte-compilation cider-eldoc.el:246:15: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.639059 cider byte-compilation cider-eldoc.el:247:32: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.650146 cider byte-compilation cider-eldoc.el:252:29: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.651695 cider byte-compilation In cider-eldoc-thing-type: 11.653196 cider byte-compilation cider-eldoc.el:334:15: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.653943 cider byte-compilation In cider-eldoc-info: 11.654665 cider byte-compilation cider-eldoc.el:454:40: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.655395 cider byte-compilation cider-eldoc.el:455:26: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 11.656111 cider byte-compilation In cider-eldoc: 11.656848 cider byte-compilation cider-eldoc.el:500:25: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.657538 cider byte-compilation cider-eldoc.el:501:18: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.658348 cider byte-compilation cider-eldoc.el:502:20: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.659222 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-eval.el... 11.660191 cider byte-compilation In toplevel form: 11.660908 cider byte-compilation cider-eval.el:65:12: Warning: custom-declare-variable ‘cider-show-error-buffer’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.661607 cider byte-compilation cider-eval.el:88:12: Warning: custom-declare-variable ‘cider-auto-jump-to-error’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.662343 cider byte-compilation cider-eval.el:120:12: Warning: custom-declare-variable ‘cider-save-file-on-load’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.663109 cider byte-compilation cider-eval.el:125:32: Warning: in defcustom for ‘cider-save-file-on-load’: misplaced :tag keyword in ‘const’ type 11.663927 cider byte-compilation cider-eval.el:126:29: Warning: in defcustom for ‘cider-save-file-on-load’: misplaced :tag keyword in ‘const’ type 11.664662 cider byte-compilation cider-eval.el:127:27: Warning: in defcustom for ‘cider-save-file-on-load’: misplaced :tag keyword in ‘const’ type 11.665384 cider byte-compilation cider-eval.el:225:10: Warning: in defcustom for ‘cider-sideloader-path’: ‘list’ without arguments 11.666179 cider byte-compilation cider-eval.el:510:10: Warning: in defcustom for ‘cider-clojure-compilation-error-phases’: ‘list’ without arguments 11.667078 cider byte-compilation cider-eval.el:606:11: Warning: defconst ‘cider-clojure-compilation-regexp’ docstring wider than 80 characters 11.667801 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-find.el... 11.668513 cider byte-compilation In cider-find-keyword: 11.669216 cider byte-compilation cider-find.el:254:2: Warning: docstring wider than 80 characters 11.669973 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-format.el... 11.670694 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-inspector.el... 11.671417 cider byte-compilation In toplevel form: 11.672141 cider byte-compilation cider-inspector.el:54:12: Warning: custom-declare-variable ‘cider-inspector-max-atom-length’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.672866 cider byte-compilation In cider-inspector-previous-sibling: 11.683931 cider byte-compilation cider-inspector.el:250:2: Warning: docstring wider than 80 characters 11.684889 cider byte-compilation In cider-inspector-next-sibling: 11.685708 cider byte-compilation cider-inspector.el:260:2: Warning: docstring wider than 80 characters 11.686520 cider byte-compilation In cider-sync-request:inspect-set-max-coll-size: 11.687338 cider byte-compilation cider-inspector.el:476:2: Warning: docstring wider than 80 characters 11.688248 cider byte-compilation In cider-find-inspectable-object: 11.689051 cider byte-compilation cider-inspector.el:632:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.689880 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-jar.el... 11.690698 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-log.el... 11.691713 cider byte-compilation In end of data: 11.775198 cider byte-compilation cider-log.el:588:26: Warning: the function ‘cider-log-mode’ is not known to be defined. 11.776339 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-macroexpansion.el... 11.785042 cider byte-compilation cider-mode.el: Warning: Missing format argument in ‘with-demoted-errors’ 11.786019 cider byte-compilation In toplevel form: 11.795221 cider byte-compilation cider-macroexpansion.el:39:12: Warning: custom-declare-variable ‘cider-macroexpansion-display-namespaces’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.796172 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-mode.el... 11.797031 cider byte-compilation In toplevel form: 11.797848 cider byte-compilation cider-mode.el:465:11: Warning: defconst ‘cider--has-many-mouse-buttons’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.799201 cider byte-compilation cider-mode.el:492:88: Warning: ‘xref-pop-marker-stack’ is an obsolete function (as of 29.1); use ‘xref-go-back’ instead. 11.800031 cider byte-compilation In cider--get-symbol-indent: 11.805383 cider byte-compilation cider-mode.el:598:32: Warning: Missing format argument in ‘with-demoted-errors’ 11.824265 cider byte-compilation cider-mode.el:610:12: Warning: custom-declare-variable ‘cider-font-lock-dynamically’ docstring wider than 80 characters 11.826032 cider byte-compilation In end of data: 11.827520 cider byte-compilation cider-mode.el:542:41: Warning: the function ‘cider-log’ is not known to be defined. 11.828362 cider byte-compilation cider-mode.el:541:41: Warning: the function ‘cider-log-info’ is not known to be defined. 11.829190 cider byte-compilation cider-mode.el:540:41: Warning: the function ‘cider-log-framework’ is not known to be defined. 11.830047 cider byte-compilation cider-mode.el:539:41: Warning: the function ‘cider-log-event’ is not known to be defined. 11.830911 cider byte-compilation cider-mode.el:538:41: Warning: the function ‘cider-log-consumer’ is not known to be defined. 11.831772 cider byte-compilation cider-mode.el:537:41: Warning: the function ‘cider-log-appender’ is not known to be defined. 11.832622 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-ns.el... 11.834005 cider byte-compilation In toplevel form: 11.834843 cider byte-compilation cider-ns.el:70:12: Warning: custom-declare-variable ‘cider-ns-save-files-on-refresh’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.835681 cider byte-compilation cider-ns.el:75:32: Warning: in defcustom for ‘cider-ns-save-files-on-refresh’: misplaced :tag keyword in ‘const’ type 11.836546 cider byte-compilation cider-ns.el:76:29: Warning: in defcustom for ‘cider-ns-save-files-on-refresh’: misplaced :tag keyword in ‘const’ type 11.837387 cider byte-compilation cider-ns.el:77:27: Warning: in defcustom for ‘cider-ns-save-files-on-refresh’: misplaced :tag keyword in ‘const’ type 11.848446 cider byte-compilation cider-ns.el:86:18: Warning: in defcustom for ‘cider-ns-save-files-on-refresh-modes’: ‘listp’ is not a valid type 11.849495 cider byte-compilation In cider-ns-reload: 11.850445 cider byte-compilation cider-ns.el:190:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.851347 cider byte-compilation In cider-ns-reload-all: 11.852382 cider byte-compilation cider-ns.el:205:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.853347 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-overlays.el... 11.854219 cider byte-compilation In toplevel form: 11.855740 cider byte-compilation cider-overlays.el:86:12: Warning: custom-declare-variable ‘cider-result-overlay-position’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.856679 cider byte-compilation cider-overlays.el:91:12: Warning: in defcustom for ‘cider-result-overlay-position’: type should not be quoted: (choice (const :tag End of line at-eol) (const :tag End of sexp at-point)) 11.857610 cider byte-compilation In cider--make-overlay: 11.858786 cider byte-compilation cider-overlays.el:121:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.859703 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-popup.el... 11.860582 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-profile.el... 11.862118 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-repl-history.el... 11.862998 cider byte-compilation In cider-repl-history-setup: 11.863887 cider byte-compilation cider-repl-history.el:610:16: Warning: value from call to ‘cl-delete-duplicates’ is unused 11.864818 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-repl.el... 11.865718 cider byte-compilation In cider-repl-require-repl-utils: 11.866616 cider byte-compilation cider-repl.el:276:7: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 11.867475 cider byte-compilation In cider-repl--ns-form-changed-p: 11.868931 cider byte-compilation cider-repl.el:680:20: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 11.869789 cider byte-compilation In cider-repl--cache-ns-form: 11.870651 cider byte-compilation cider-repl.el:699:14: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 11.871505 cider byte-compilation In cider--locref-at-point-1: 11.882779 cider byte-compilation cider-repl.el:1368:46: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead. 11.883797 cider byte-compilation In cider-locref-at-point: 11.884708 cider byte-compilation cider-repl.el:1394:18: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead. 11.885587 cider byte-compilation cider-repl.el:1394:33: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead. 11.886478 cider byte-compilation In cider-repl--history-replace: 11.887356 cider byte-compilation cider-repl.el:1504:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.888222 cider byte-compilation In cider--sesman-friendly-session-p: 11.889103 cider byte-compilation cider-repl.el:1768:2: Warning: docstring wider than 80 characters 11.890510 cider byte-compilation In cider-debug-sesman-friendly-session-p: 11.891399 cider byte-compilation cider-repl.el:1852:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.892278 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-resolve.el... 11.923053 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-scratch.el... 11.924668 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-selector.el... 11.925622 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-stacktrace.el... 11.926545 cider byte-compilation In toplevel form: 11.927454 cider byte-compilation cider-stacktrace.el:51:10: Warning: in defcustom for ‘cider-stacktrace-fill-column’: ‘list’ without arguments 11.928401 cider byte-compilation cider-stacktrace.el:56:10: Warning: in defcustom for ‘cider-stacktrace-default-filters’: ‘list’ without arguments 11.929342 cider byte-compilation cider-stacktrace.el:81:12: Warning: custom-declare-variable ‘cider-stacktrace-suppressed-errors’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.931064 cider byte-compilation cider-stacktrace.el:84:10: Warning: in defcustom for ‘cider-stacktrace-suppressed-errors’: ‘list’ without arguments 11.932776 cider byte-compilation In cider-stacktrace-indicate-filters: 11.933974 cider byte-compilation cider-stacktrace.el:242:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.934954 cider byte-compilation In cider-stacktrace-some-suppressed-errors-p: 11.935896 cider byte-compilation cider-stacktrace.el:370:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.936830 cider byte-compilation In cider-stacktrace-render-filters: 11.937753 cider byte-compilation cider-stacktrace.el:639:8: Warning: ‘put-text-property’ on constant string (arg 5) 11.939388 cider byte-compilation In cider-stacktrace--insert-named-group: 11.940502 cider byte-compilation cider-stacktrace.el:771:60: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead. 11.941637 cider byte-compilation cider-stacktrace.el:772:32: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead. 11.942796 cider byte-compilation In cider-stacktrace-render: 11.943787 cider byte-compilation cider-stacktrace.el:899:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.944730 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-test.el... 11.946248 cider byte-compilation In cider-test-ediff: 11.947198 cider byte-compilation cider-test.el:335:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.948138 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-tracing.el... 11.959538 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-util.el... 11.960796 cider byte-compilation In cider--tooling-file-p: 11.961802 cider byte-compilation cider-util.el:82:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.962755 cider byte-compilation In cider-add-to-alist: 11.963728 cider byte-compilation cider-util.el:420:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.964665 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-xref-backend.el... 11.969577 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider-xref.el... 11.979699 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/cider.el... 11.981597 cider byte-compilation In toplevel form: 11.989735 cider byte-compilation cider.el:309:12: Warning: custom-declare-variable ‘cider-allow-jack-in-without-project’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.991648 cider byte-compilation cider.el:365:9: Warning: defvar ‘cider-jack-in-universal-options’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 11.993321 cider byte-compilation In cider-jack-in-cljs: 11.999799 cider byte-compilation cider.el:1375:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.000858 cider byte-compilation In cider-jack-in-clj&cljs: 12.002009 cider byte-compilation cider.el:1403:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.002975 cider byte-compilation In cider-connect-sibling-cljs: 12.003949 cider byte-compilation cider.el:1461:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.004901 cider byte-compilation In cider-connect-cljs: 12.005850 cider byte-compilation cider.el:1503:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.006820 cider byte-compilation In cider-connect-clj&cljs: 12.008075 cider byte-compilation cider.el:1523:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.009962 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/nrepl-client.el... 12.042096 cider byte-compilation In nrepl-make-response-handler: 12.043896 cider byte-compilation nrepl-client.el:828:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.044950 cider byte-compilation In nrepl-send-request: 12.045978 cider byte-compilation nrepl-client.el:928:34: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 12.047036 cider byte-compilation In nrepl-server-sentinel: 12.048156 cider byte-compilation nrepl-client.el:1209:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 12.049178 cider byte-compilation In nrepl-log-message: 12.050788 cider byte-compilation nrepl-client.el:1309:22: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 12.051819 cider byte-compilation nrepl-client.el:1319:55: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 12.052850 cider byte-compilation Compiling /tmp/elpaca.Bn5bPE/elpaca/builds/cider/nrepl-dict.el... 12.053891 cider byte-compilation In nrepl-dict-get: 12.054898 cider byte-compilation nrepl-dict.el:70:14: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 12.055901 cider byte-compilation In nrepl-dict-put: 12.057494 cider byte-compilation nrepl-dict.el:81:21: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 12.058527 cider byte-compilation Done (Total of 41 files compiled, 1 skipped) 12.061692 cider byte-compilation Byte compilation complete 12.062822 cider info Compiling Info files 12.064480 cider info Info source files not found 12.065534 cider activation Activating package 12.066556 cider activation Package build dir added to load-path 12.067562 cider activation Caching autoloads 12.068579 cider activation Autoloads cached 12.070029 cider finished ✓ 5.504 secs 12.071592 " Test Env Elpaca 039ae35 HEAD -> master, origin/master, origin/HEAD installer: 0.6 emacs-version: GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-11-02 git --version: git version 2.42.0 ```

Apparently, git clone can accept tags with the --branch option. I'll see if I can add support for that so a shallow clone can still be used.

Does that help?

progfolio commented 11 months ago

I've added support for shallow cloning to a tag. Your original recipe should work once you update Elpaca:

  1. M-x elpaca-update elpaca
  2. M-x restart-emacs

See the test case below:

Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :init (elpaca (cider :host github :repo "clojure-emacs/cider" :tag "v1.11.1")) (elpaca-wait) (elpaca-test-log "cider|")) ```
Host Env
elpaca5d4e0ca HEAD -> master, origin/master, origin/HEAD
isntaller0.6
emacsGNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-11-02
gitgit version 2.42.0
Output ```emacs-lisp INFO Scraping files for loaddefs... INFO Scraping files for loaddefs...done GEN ../elpaca-autoloads.el Cloning into '/tmp/elpaca.tYaKmK/elpaca/repos/elpaca'... Your branch is up to date with 'origin/master'. Checking /tmp/elpaca.tYaKmK/elpaca/repos/elpaca... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-info.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-log.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-manager.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-menu-elpa.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-menu-melpa.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-menu-org.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-process.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-test.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca-ui.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/elpaca.el... Checking /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/doc... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/doc/early-init.el... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/doc/init.el... Checking /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/extensions... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/extensions/elpaca-use-package.el... Checking /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/images... Checking /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/test... Compiling /tmp/elpaca.tYaKmK/elpaca/repos/elpaca/test/elpaca-test.el... Done (Total of 11 files compiled, 3 skipped in 4 directories) Downloading MELPA recipes... Downloading MELPA recipes...100% Downloading NonGNU-devel ELPA... Downloading GNU-devel ELPA... Downloading NonGNU ELPA... Downloading GNU ELPA... elpaca-log: "cider|" " cider cloning Cloning 05.897692 cider cloning Turn off this advice by setting config variable advice.detachedHead to false 06.663947 cider checking-out-ref Checking out v1.11.1 06.690717 cider checking-out-ref HEAD is now at 9c605cd 1.11.1 06.710480 cider ref-checked-out v1.11.1 checked out 06.710851 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 07.061820 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 07.092613 cider blocked Blocked by: (sesman spinner queue parseedn clojure-mode) 07.199833 cider blocked Blocked by: (spinner queue parseedn clojure-mode) 07.316343 cider blocked Blocked by: (spinner parseedn clojure-mode) 07.428896 cider blocked Blocked by: (spinner parseedn clojure-mode) 07.482594 cider blocked Blocked by: (parseedn clojure-mode) 07.686558 cider blocked Blocked by: (clojure-mode) 07.999561 cider blocked Blocked by: (clojure-mode) 08.529856 cider unblocked Unblocked by: clojure-mode 08.771301 cider linking Linking build files 08.771910 cider linking Build files linked 08.775206 cider autoloads Generating autoloads: /tmp/elpaca.tYaKmK/elpaca/builds/cider 08.776068 cider autoloads INFO Scraping files for loaddefs... 08.881324 cider autoloads INFO Scraping files for loaddefs...done 08.915337 cider autoloads GEN cider-autoloads.el 08.923549 cider autoloads Autoloads Generated 08.924381 cider byte-compilation Byte compiling 08.925039 cider byte-compilation Checking /tmp/elpaca.tYaKmK/elpaca/builds/cider... 08.986277 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-apropos.el... 08.997276 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-autoloads.el... 09.108480 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-browse-ns.el... 09.119885 cider byte-compilation In toplevel form: 09.121183 cider byte-compilation cider-browse-ns.el:65:10: Warning: in defcustom for ‘cider-browse-ns-default-filters’: ‘list’ without arguments 09.122263 cider byte-compilation In cider-browse-ns--thing-at-point: 09.123364 cider byte-compilation cider-browse-ns.el:454:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.124439 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-browse-spec.el... 09.129990 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-cheatsheet.el... 09.140193 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-classpath.el... 09.141024 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-client.el... 09.150462 cider byte-compilation In toplevel form: 09.179060 cider byte-compilation cider-client.el:239:12: Warning: custom-declare-variable ‘cider-format-code-options’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.180109 cider byte-compilation cider-client.el:249:10: Warning: in defcustom for ‘cider-format-code-options’: ‘list’ without arguments 09.180807 cider byte-compilation cider-client.el:315:12: Warning: custom-declare-variable ‘cider-print-options’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.181464 cider byte-compilation cider-client.el:320:10: Warning: in defcustom for ‘cider-print-options’: ‘list’ without arguments 09.182119 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-clojuredocs.el... 09.182800 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-common.el... 09.183476 cider byte-compilation In cider-try-symbol-at-point: 09.184146 cider byte-compilation cider-common.el:125:7: Warning: ‘condition-case’ condition should not be quoted: 'error 09.184813 cider byte-compilation In cider--translate-path: 09.185476 cider byte-compilation cider-common.el:289:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.186149 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-completion-context.el... 09.187044 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-completion.el... 09.187772 cider byte-compilation In toplevel form: 09.188444 cider byte-compilation cider-completion.el:104:12: Warning: custom-declare-variable ‘cider-completion-annotations-include-ns’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.189100 cider byte-compilation In cider-company-docsig: 09.200020 cider byte-compilation cider-completion.el:233:17: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.201068 cider byte-compilation cider-completion.el:234:21: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.201804 cider byte-compilation cider-completion.el:235:23: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.202500 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-connection.el... 09.203241 cider byte-compilation In cider--compatible-middleware-version-p: 09.203929 cider byte-compilation cider-connection.el:261:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.204604 cider byte-compilation cider-connection.el:779:15: Warning: defvar ‘cider-cljs-repl-type’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.205289 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-debug.el... 09.211141 cider byte-compilation In toplevel form: 09.230261 cider byte-compilation cider-debug.el:186:12: Warning: in defcustom for ‘cider-debug-prompt-commands’: ‘nil’ is not a valid type 09.231097 cider byte-compilation In cider--debug-move-point: 09.241983 cider byte-compilation cider-debug.el:507:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.242988 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-doc.el... 09.243699 cider byte-compilation In toplevel form: 09.252118 cider byte-compilation cider-doc.el:114:10: Warning: in defcustom for ‘cider-docview-fill-column’: ‘list’ without arguments 09.252959 cider byte-compilation In cider-docview-wrap-text: 09.253688 cider byte-compilation cider-doc.el:369:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.254381 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-docstring.el... 09.255073 cider byte-compilation In toplevel form: 09.255750 cider byte-compilation cider-docstring.el:79:12: Warning: custom-declare-variable ‘cider-docstring-max-lines’ docstring wider than 80 characters 09.256559 cider byte-compilation In cider--attempt-invalid?: 09.257331 cider byte-compilation cider-docstring.el:93:2: Warning: docstring wider than 80 characters 09.258017 cider byte-compilation In cider--render-docstring-first-sentence: 09.258700 cider byte-compilation cider-docstring.el:102:41: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.259372 cider byte-compilation In cider--render-docstring: 09.260072 cider byte-compilation cider-docstring.el:105:2: Warning: docstring wider than 80 characters 09.260758 cider byte-compilation cider-docstring.el:108:37: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.261441 cider byte-compilation cider-docstring.el:109:27: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.272379 cider byte-compilation cider-docstring.el:110:33: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.273322 cider byte-compilation In cider-docstring--dumb-trim: 09.274074 cider byte-compilation cider-docstring.el:142:2: Warning: docstring wider than 80 characters 09.274780 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-eldoc.el... 09.275474 cider byte-compilation In cider-eldoc-format-variable: 09.276182 cider byte-compilation cider-eldoc.el:217:15: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.276884 cider byte-compilation cider-eldoc.el:218:19: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.277802 cider byte-compilation cider-eldoc.el:221:54: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.278547 cider byte-compilation cider-eldoc.el:223:29: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.279257 cider byte-compilation In cider-eldoc-format-function: 09.279975 cider byte-compilation cider-eldoc.el:234:14: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.280677 cider byte-compilation cider-eldoc.el:235:18: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.281402 cider byte-compilation cider-eldoc.el:236:20: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.282116 cider byte-compilation In cider-eldoc-format-special-form: 09.300700 cider byte-compilation cider-eldoc.el:246:15: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.301537 cider byte-compilation cider-eldoc.el:247:32: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.302298 cider byte-compilation cider-eldoc.el:252:29: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.303072 cider byte-compilation In cider-eldoc-thing-type: 09.303822 cider byte-compilation cider-eldoc.el:334:15: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.304587 cider byte-compilation In cider-eldoc-info: 09.305546 cider byte-compilation cider-eldoc.el:454:40: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.306408 cider byte-compilation cider-eldoc.el:455:26: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 09.307193 cider byte-compilation In cider-eldoc: 09.318183 cider byte-compilation cider-eldoc.el:500:25: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.319289 cider byte-compilation cider-eldoc.el:501:18: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.320302 cider byte-compilation cider-eldoc.el:502:20: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.321217 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-eval.el... 09.322042 cider byte-compilation In toplevel form: 09.322854 cider byte-compilation cider-eval.el:65:12: Warning: custom-declare-variable ‘cider-show-error-buffer’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.323641 cider byte-compilation cider-eval.el:88:12: Warning: custom-declare-variable ‘cider-auto-jump-to-error’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.324418 cider byte-compilation cider-eval.el:120:12: Warning: custom-declare-variable ‘cider-save-file-on-load’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.325187 cider byte-compilation cider-eval.el:125:32: Warning: in defcustom for ‘cider-save-file-on-load’: misplaced :tag keyword in ‘const’ type 09.325990 cider byte-compilation cider-eval.el:126:29: Warning: in defcustom for ‘cider-save-file-on-load’: misplaced :tag keyword in ‘const’ type 09.326916 cider byte-compilation cider-eval.el:127:27: Warning: in defcustom for ‘cider-save-file-on-load’: misplaced :tag keyword in ‘const’ type 09.327692 cider byte-compilation cider-eval.el:225:10: Warning: in defcustom for ‘cider-sideloader-path’: ‘list’ without arguments 09.328512 cider byte-compilation cider-eval.el:510:10: Warning: in defcustom for ‘cider-clojure-compilation-error-phases’: ‘list’ without arguments 09.329278 cider byte-compilation cider-eval.el:606:11: Warning: defconst ‘cider-clojure-compilation-regexp’ docstring wider than 80 characters 09.330058 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-find.el... 09.330824 cider byte-compilation In cider-find-keyword: 09.331557 cider byte-compilation cider-find.el:254:2: Warning: docstring wider than 80 characters 09.332273 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-format.el... 09.333115 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-inspector.el... 09.334017 cider byte-compilation In toplevel form: 09.334816 cider byte-compilation cider-inspector.el:54:12: Warning: custom-declare-variable ‘cider-inspector-max-atom-length’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.335579 cider byte-compilation In cider-inspector-previous-sibling: 09.336370 cider byte-compilation cider-inspector.el:250:2: Warning: docstring wider than 80 characters 09.337135 cider byte-compilation In cider-inspector-next-sibling: 09.337913 cider byte-compilation cider-inspector.el:260:2: Warning: docstring wider than 80 characters 09.338696 cider byte-compilation In cider-sync-request:inspect-set-max-coll-size: 09.339471 cider byte-compilation cider-inspector.el:476:2: Warning: docstring wider than 80 characters 09.340436 cider byte-compilation In cider-find-inspectable-object: 09.341213 cider byte-compilation cider-inspector.el:632:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.341984 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-jar.el... 09.342784 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-log.el... 09.353719 cider byte-compilation In end of data: 09.452115 cider byte-compilation cider-log.el:588:26: Warning: the function ‘cider-log-mode’ is not known to be defined. 09.453118 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-macroexpansion.el... 09.454778 cider byte-compilation cider-mode.el: Warning: Missing format argument in ‘with-demoted-errors’ 09.464932 cider byte-compilation In toplevel form: 09.466360 cider byte-compilation cider-macroexpansion.el:39:12: Warning: custom-declare-variable ‘cider-macroexpansion-display-namespaces’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.467288 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-mode.el... 09.475024 cider byte-compilation In toplevel form: 09.476008 cider byte-compilation cider-mode.el:465:11: Warning: defconst ‘cider--has-many-mouse-buttons’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.476883 cider byte-compilation cider-mode.el:492:88: Warning: ‘xref-pop-marker-stack’ is an obsolete function (as of 29.1); use ‘xref-go-back’ instead. 09.477742 cider byte-compilation In cider--get-symbol-indent: 09.478582 cider byte-compilation cider-mode.el:598:32: Warning: Missing format argument in ‘with-demoted-errors’ 09.498247 cider byte-compilation cider-mode.el:610:12: Warning: custom-declare-variable ‘cider-font-lock-dynamically’ docstring wider than 80 characters 09.499258 cider byte-compilation In end of data: 09.510411 cider byte-compilation cider-mode.el:542:41: Warning: the function ‘cider-log’ is not known to be defined. 09.511408 cider byte-compilation cider-mode.el:541:41: Warning: the function ‘cider-log-info’ is not known to be defined. 09.512290 cider byte-compilation cider-mode.el:540:41: Warning: the function ‘cider-log-framework’ is not known to be defined. 09.513628 cider byte-compilation cider-mode.el:539:41: Warning: the function ‘cider-log-event’ is not known to be defined. 09.515310 cider byte-compilation cider-mode.el:538:41: Warning: the function ‘cider-log-consumer’ is not known to be defined. 09.516974 cider byte-compilation cider-mode.el:537:41: Warning: the function ‘cider-log-appender’ is not known to be defined. 09.518617 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-ns.el... 09.519987 cider byte-compilation In toplevel form: 09.520977 cider byte-compilation cider-ns.el:70:12: Warning: custom-declare-variable ‘cider-ns-save-files-on-refresh’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.522037 cider byte-compilation cider-ns.el:75:32: Warning: in defcustom for ‘cider-ns-save-files-on-refresh’: misplaced :tag keyword in ‘const’ type 09.523019 cider byte-compilation cider-ns.el:76:29: Warning: in defcustom for ‘cider-ns-save-files-on-refresh’: misplaced :tag keyword in ‘const’ type 09.523910 cider byte-compilation cider-ns.el:77:27: Warning: in defcustom for ‘cider-ns-save-files-on-refresh’: misplaced :tag keyword in ‘const’ type 09.524771 cider byte-compilation cider-ns.el:86:18: Warning: in defcustom for ‘cider-ns-save-files-on-refresh-modes’: ‘listp’ is not a valid type 09.525630 cider byte-compilation In cider-ns-reload: 09.526499 cider byte-compilation cider-ns.el:190:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.527575 cider byte-compilation In cider-ns-reload-all: 09.528509 cider byte-compilation cider-ns.el:205:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.529422 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-overlays.el... 09.530292 cider byte-compilation In toplevel form: 09.531175 cider byte-compilation cider-overlays.el:86:12: Warning: custom-declare-variable ‘cider-result-overlay-position’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.532059 cider byte-compilation cider-overlays.el:91:12: Warning: in defcustom for ‘cider-result-overlay-position’: type should not be quoted: (choice (const :tag End of line at-eol) (const :tag End of sexp at-point)) 09.532998 cider byte-compilation In cider--make-overlay: 09.533886 cider byte-compilation cider-overlays.el:121:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.534731 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-popup.el... 09.535698 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-profile.el... 09.536618 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-repl-history.el... 09.537765 cider byte-compilation In cider-repl-history-setup: 09.548859 cider byte-compilation cider-repl-history.el:610:16: Warning: value from call to ‘cl-delete-duplicates’ is unused 09.550145 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-repl.el... 09.551155 cider byte-compilation In cider-repl-require-repl-utils: 09.552038 cider byte-compilation cider-repl.el:276:7: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 09.552955 cider byte-compilation In cider-repl--ns-form-changed-p: 09.553839 cider byte-compilation cider-repl.el:680:20: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.554715 cider byte-compilation In cider-repl--cache-ns-form: 09.555612 cider byte-compilation cider-repl.el:699:14: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 09.556934 cider byte-compilation In cider--locref-at-point-1: 09.558918 cider byte-compilation cider-repl.el:1368:46: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead. 09.560092 cider byte-compilation In cider-locref-at-point: 09.561037 cider byte-compilation cider-repl.el:1394:18: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead. 09.561913 cider byte-compilation cider-repl.el:1394:33: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead. 09.562805 cider byte-compilation In cider-repl--history-replace: 09.569058 cider byte-compilation cider-repl.el:1504:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.570135 cider byte-compilation In cider--sesman-friendly-session-p: 09.571204 cider byte-compilation cider-repl.el:1768:2: Warning: docstring wider than 80 characters 09.572139 cider byte-compilation In cider-debug-sesman-friendly-session-p: 09.573109 cider byte-compilation cider-repl.el:1852:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.594453 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-resolve.el... 09.595514 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-scratch.el... 09.606676 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-selector.el... 09.607834 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-stacktrace.el... 09.608853 cider byte-compilation In toplevel form: 09.609819 cider byte-compilation cider-stacktrace.el:51:10: Warning: in defcustom for ‘cider-stacktrace-fill-column’: ‘list’ without arguments 09.610794 cider byte-compilation cider-stacktrace.el:56:10: Warning: in defcustom for ‘cider-stacktrace-default-filters’: ‘list’ without arguments 09.611782 cider byte-compilation cider-stacktrace.el:81:12: Warning: custom-declare-variable ‘cider-stacktrace-suppressed-errors’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.612993 cider byte-compilation cider-stacktrace.el:84:10: Warning: in defcustom for ‘cider-stacktrace-suppressed-errors’: ‘list’ without arguments 09.614029 cider byte-compilation In cider-stacktrace-indicate-filters: 09.614973 cider byte-compilation cider-stacktrace.el:242:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.615906 cider byte-compilation In cider-stacktrace-some-suppressed-errors-p: 09.616857 cider byte-compilation cider-stacktrace.el:370:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.617877 cider byte-compilation In cider-stacktrace-render-filters: 09.618896 cider byte-compilation cider-stacktrace.el:639:8: Warning: ‘put-text-property’ on constant string (arg 5) 09.620028 cider byte-compilation In cider-stacktrace--insert-named-group: 09.620987 cider byte-compilation cider-stacktrace.el:771:60: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead. 09.621928 cider byte-compilation cider-stacktrace.el:772:32: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead. 09.622981 cider byte-compilation In cider-stacktrace-render: 09.623934 cider byte-compilation cider-stacktrace.el:899:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.624857 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-test.el... 09.625783 cider byte-compilation In cider-test-ediff: 09.626924 cider byte-compilation cider-test.el:335:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.627853 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-tracing.el... 09.639061 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-util.el... 09.640974 cider byte-compilation In cider--tooling-file-p: 09.642882 cider byte-compilation cider-util.el:82:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.644600 cider byte-compilation In cider-add-to-alist: 09.646387 cider byte-compilation cider-util.el:420:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.648188 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-xref-backend.el... 09.660209 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider-xref.el... 09.662061 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/cider.el... 09.663543 cider byte-compilation In toplevel form: 09.670320 cider byte-compilation cider.el:309:12: Warning: custom-declare-variable ‘cider-allow-jack-in-without-project’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.671459 cider byte-compilation cider.el:365:9: Warning: defvar ‘cider-jack-in-universal-options’ docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.672513 cider byte-compilation In cider-jack-in-cljs: 09.680427 cider byte-compilation cider.el:1375:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.681491 cider byte-compilation In cider-jack-in-clj&cljs: 09.682474 cider byte-compilation cider.el:1403:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.683438 cider byte-compilation In cider-connect-sibling-cljs: 09.684396 cider byte-compilation cider.el:1461:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.685338 cider byte-compilation In cider-connect-cljs: 09.686305 cider byte-compilation cider.el:1503:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.687275 cider byte-compilation In cider-connect-clj&cljs: 09.688281 cider byte-compilation cider.el:1523:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.689257 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/nrepl-client.el... 09.717712 cider byte-compilation In nrepl-make-response-handler: 09.719788 cider byte-compilation nrepl-client.el:828:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.721654 cider byte-compilation In nrepl-send-request: 09.723498 cider byte-compilation nrepl-client.el:928:34: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 09.725301 cider byte-compilation In nrepl-server-sentinel: 09.727224 cider byte-compilation nrepl-client.el:1209:2: Warning: docstring has wrong usage of unescaped single quotes (use \\=' or different quoting such as `...') 09.729081 cider byte-compilation In nrepl-log-message: 09.730948 cider byte-compilation nrepl-client.el:1309:22: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 09.732772 cider byte-compilation nrepl-client.el:1319:55: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.734619 cider byte-compilation Compiling /tmp/elpaca.tYaKmK/elpaca/builds/cider/nrepl-dict.el... 09.736494 cider byte-compilation In nrepl-dict-get: 09.738404 cider byte-compilation nrepl-dict.el:70:14: Warning: ‘lax-plist-get’ is an obsolete function (as of 29.1); use ‘plist-get’ instead. 09.740262 cider byte-compilation In nrepl-dict-put: 09.742100 cider byte-compilation nrepl-dict.el:81:21: Warning: ‘lax-plist-put’ is an obsolete function (as of 29.1); use ‘plist-put’ instead. 09.743530 cider byte-compilation Done (Total of 41 files compiled, 1 skipped) 09.744619 cider byte-compilation Byte compilation complete 09.745650 cider info Compiling Info files 09.746627 cider info Info source files not found 09.747634 cider activation Activating package 09.748621 cider activation Package build dir added to load-path 09.749561 cider activation Caching autoloads 09.750610 cider activation Autoloads cached 09.752115 cider finished ✓ 3.870 secs 09.753169 " Test Env Elpaca 5d4e0ca HEAD -> master, origin/master, origin/HEAD installer: 0.6 emacs-version: GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-11-02 git --version: git version 2.42.0 ```
licht1stein commented 11 months ago

Works like a charm, thank you!