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
The *-pkg.el files get generated by the tools used to build packages for an *elpa. elpa-admin.el for [Non]GNU Elpa and package-build.el for Melpa. For one day back in 2024, the latter added -*- mode: lisp-data -*- to *-pkg.el files. If that's the issue, then zap your caches. If the former does it now, that's something you have to discuss with Stefan Monnier.
Hmm, there are no ELPA caches retained between the builds, so I'm a bit puzzled now. But to be clear - you haven't recently changed anything that might be related to this?
I haven't changed anything in transient and I think it is a coincident that the issue shows up for this package. The relevant package-build commits are melpa/package-build@7df0854 and melpa/package-build@dd32541 from five months ago.
It looks like you might be trying to generate autoloads for *-pkg.el. Those metadata files don't contain anything that should be autoloaded.
Hey there!
We've observed a CI failure in CIDER - https://app.circleci.com/jobs/github/clojure-emacs/cider/17136
From that trace it seems it's caused by Transient using
lisp-data-mode
:Oddly, the CI passes for Emacs 28, even if this got introduced in Emacs 29. I'm assuming it's some bug with
compat.el
, but I guess you'd know better.The text was updated successfully, but these errors were encountered: