emacs-db icon indicating copy to clipboard operation
emacs-db copied to clipboard

Ignores errors during byte compilation

Open phst opened this issue 8 years ago • 0 comments

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.

phst avatar Jan 18 '17 21:01 phst