nicferrier / emacs-db

very simple database for emacslisp, can also wrap other databases.
56 stars 14 forks source link

Ignores errors during byte compilation #5

Open phst opened 7 years ago

phst commented 7 years ago

byte-compile-file doesn't signal if there are errors during byte compilation. This can cause the database to get silently lost in db-hash/save. Probably you should bind byte-compile-debug to t while byte-compiling to make sure errors are reported as signals.