emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
395 stars 51 forks source link

Can't run the tests #311

Closed DamienCassou closed 1 year ago

DamienCassou commented 7 years ago
$ ./scripts/test
[...]
Circe's completion facility should complete nicks with colon at the beginning of the input
[...]
  ("testnick")
error: (invalid-function "testnick")
[...]
The `irc-connect' function should call `make-network-process' if tls was not requested
Traceback (most recent call last):
  (make-network-process :name "irc.local" :host "irc.local" :service 6667 :f...
  (apply (lambda (&rest args) nil the-test-process) (:name "irc.local" :host...
  ((lambda (&rest args) nil the-test-process) :name "irc.local" :host "irc.l...
error: (void-variable the-test-process)
jorgenschaefer commented 7 years ago

Thank you for the report!