jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
828 stars 68 forks source link

Emacs bugs out while installing from a local repo in -batch mode #129

Open JAremko opened 3 years ago

JAremko commented 3 years ago

There is a bug with installing packages from a local repo in -batch mode. It sometimes occurs on different platforms and Emacs versions.

Logs: https://github.com/syl20bnr/spacemacs/pull/13927/checks?check_run_id=1082259820#step:7:2228 https://github.com/syl20bnr/spacemacs/pull/13930/checks?check_run_id=1087680209#step:7:1964

I think it is async-bytecomp related because adding this code:

(with-eval-after-load 'async-bytecomp
 (setq async-bytecomp-allowed-packages nil))

Seems to fix the heisenbug.