You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the documentation (README, Wiki, docstrings, etc)
I am checking these without reading them.
I have searched previous issues to see if my question is a duplicate.
Elpaca Version
((elpaca ."92cbdba grafted, HEAD -> master, origin/master, origin/HEAD")
(installer .0.8)
(emacs ."GNU Emacs 29.4 (build 2, aarch64-apple-darwin23.6.0, NS appkit-2487.70 Version 14.7.2 (Build 23H311)) of 2024-12-16")
(git ."git version 2.39.5 (Apple Git-154)"))
Operating System
MacOS 14.17.2
Description
Installing lispy sometimes fails (~50% of the time). What's worse, it sometimes also fails to load it on init when the files are obviously built and in place.
It's pretty random, and I wasn't able to reproduce it with small config. Here's what happens with toggle-debug-on-error and the following snippet:
(use-package lispy :ensuret)
Recipe:
lispy
Vi-like Paredit
source: MELPA
url: https://github.com/abo-abo/lispy
menu item recipe:
( :package "lispy"
:repo "abo-abo/lispy"
:fetcher github
:files (:defaults "lispy-clojure.clj"
"lispy-clojure.cljs" "lispy-python.py")
:source "MELPA")
full recipe:
( :package "lispy"
;; Inherited from elpaca-order-functions.
:depth treeless
:inherit t
:protocol https
;; Inherited from elpaca-menu-item.
:source "MELPA"
:files (:defaults "lispy-clojure.clj"
"lispy-clojure.cljs" "lispy-python.py")
:fetcher github
:repo "abo-abo/lispy")
dependencies:
nil
dependents: nil
statuses:
(failed reclone ref-checked-out queued)
log:
[2025-01-08 11:50:26] Package queued
[2025-01-08 11:50:26] Continued by: elpaca--process
[2025-01-08 11:50:26] Continued by: elpaca--configure-remotes
[2025-01-08 11:50:26] Continued by: elpaca--checkout-ref
[2025-01-08 11:50:26] Continued by: elpaca--dispatch-build-commands
[2025-01-08 11:50:26] elpaca--queue-dependencies: (error "Unable to find main elisp file for \"lispy\"")
The elpaca/repos/lispy folder was being emptied periodically, it had the .git contents but nothing else. I checked the right commit in command line manually and the problem disappeared since then. I'll see if it reappears again, but for now closing the issue.
Confirmation
Elpaca Version
Operating System
MacOS 14.17.2
Description
Installing lispy sometimes fails (~50% of the time). What's worse, it sometimes also fails to load it on init when the files are obviously built and in place.
It's pretty random, and I wasn't able to reproduce it with small config. Here's what happens with toggle-debug-on-error and the following snippet:
Recipe:
Anything in particular I should look at?
The text was updated successfully, but these errors were encountered: