emacs-eldev / eldev

Elisp development tool
https://emacs-eldev.github.io/eldev/
GNU General Public License v3.0
227 stars 17 forks source link

Cryptic error messages #14

Closed sirikid closed 4 years ago

sirikid commented 4 years ago

Error message: No .el files with package headers in ‘/.../’

But checkdoc passes just fine, the cause was the version field. I've added all the required keywords from the info, if eldev requires more than that, it would be useful to have better error messages and/or a separate checker.

doublep commented 4 years ago

I agree the message is bad, but I have no idea how you got it. Please provide at least the command that you used ($ eldev foo ...) and ideally also the package, e.g. GitHub URL if it is public.

sirikid commented 4 years ago

Repo, build

doublep commented 4 years ago

This message comes from Emacs itself, so I cannot really change it. However, Eldev now adds some hints to it, hopefully making it less confusing.

sirikid commented 4 years ago

Thanks!