undercover-el / undercover.el

A test coverage library for Emacs
MIT License
86 stars 14 forks source link

Symbol's value as variable is void: help-mode-map #36

Closed kostafey closed 6 years ago

kostafey commented 6 years ago

Repo url: https://github.com/clojure-emacs/clomacs trace:

GNU Emacs 24.4.1
Copyright (C) 2014 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
cask exec emacs --script test/elisp/clomacs-test.el
UNDERCOVER: error while covering /home/travis/build/clojure-emacs/clomacs/src/elisp/clomacs.el
UNDERCOVER: please open a new issue at https://github.com/sviridov/undercover.el/issues
Symbol's value as variable is void: help-mode-map
UNDERCOVER: No coverage information. Make sure that your files are not compiled?
make: *** [test] Error 255

The same story for local make test run (local Emacs version GNU Emacs 26.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2017-06-04). Any ideas how to debug?

sviridov commented 6 years ago

Hi @kostafey,

Sorry, right now I have zero free time to investigate this issue. I will try to dig something useful on weekends.

kostafey commented 6 years ago

Looks suddenly fixed.

sviridov commented 6 years ago

Sorry, I wasn't able to find time to properly investigate this issue. Happy to hear that it was resolved.