emacsorphanage / req-package

dependency management system on top of use-package
GNU General Public License v3.0
152 stars 14 forks source link

Feature/silence byte compiler #46

Closed pdcawley closed 7 years ago

pdcawley commented 7 years ago

This eliminates the byte compiler warnings when byte compiling configuration files that do

(eval-while-compile (require 'req-package))

to eliminate the runtime dependency on req-package and use-package. The compile warnings can be very confusing when you're just using req-package.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 31.361% when pulling 7dfd67c576d21cc75c864f600c86e406da970d22 on pdcawley:feature/silence-byte-compiler into e7108177d05fc6f674b1766f1154d0652654b1af on edvorg:develop.

edvorg commented 7 years ago

Thanks! :+1: