From 3a3e742f8addb717c459fb0540e896e931603786 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Thu, 14 Dec 2017 13:39:30 -0600 Subject: [PATCH] Silence byte compiler --- jupyter-channels.el | 1 + jupyter-client.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/jupyter-channels.el b/jupyter-channels.el index 3cc2edb..6fc0c11 100644 --- a/jupyter-channels.el +++ b/jupyter-channels.el @@ -1,5 +1,6 @@ (require 'zmq) (eval-when-compile (require 'cl)) +(require 'ring) (require 'eieio) (defconst jupyter-channel-socket-types diff --git a/jupyter-client.el b/jupyter-client.el index 19b8e86..c5f4b90 100644 --- a/jupyter-client.el +++ b/jupyter-client.el @@ -1,8 +1,11 @@ +(require 'json) (require 'zmq) (eval-when-compile (require 'cl)) (require 'jupyter-channels) (require 'jupyter-messages) +(declare-function string-trim-right "subr-x" (str)) + ;;; Kernel client class ;; TODO: Sometimes I am not receiving any polling messages from the