emacsorphanage / pkg-info

Provide information about Emacs packages
GNU General Public License v3.0
57 stars 8 forks source link

`pkg-info-package-version` erroring for installed packages #7

Open psionic-k opened 2 years ago

psionic-k commented 2 years ago

I followed this down to the epl call to epl-find-installed-package

I use straight. require featurep and locate-library all look sane.

ELISP> (symbol-file 'package-lint 'provide)
"/home/home/.emacs.d/straight/build/package-lint/package-lint.elc"
ELISP> (pkg-info-package-version "package-lint")
*** Eval error ***  Can’t find installed package package-lint
ELISP> (pkg-info-version-info "package-lint")
"0"
ELISP> (epl-find-installed-package 'package-lint)
nil

:man_shrugging:

tarsius commented 1 year ago

Could you please provide a fix? There are just too many packages in the orphanage for me to investigate all their issues.

Also, would you be interested in maintaining this package? Or some of the others.