emacs-eldev / eldev

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

Elisp compilation chokes on files with `no-byte-compile` locally set #103

Closed doublep closed 5 months ago

doublep commented 5 months ago

Compilation skips autoloads and package descriptor files, but for a different reason. There is code to skip files with no-byte-compile too, but it was broken years ago and there were no test to catch the breakage.

Indirectly reported in discussion #101.

doublep commented 5 months ago

Fixed in 1.9.1.