Skip to content

Commit 96c1884

Browse files
committed
Revert "Disable byte compliation check to fix build"
This reverts commit a0a1e19.
1 parent cf7822a commit 96c1884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
24932493
"ignore-paths" cljr-middleware-ignored-paths
24942494
"ignore-errors"
24952495
(when (or cljr-find-usages-ignore-analyzer-errors cljr-ignore-analyzer-errors) "true"))))
2496-
(with-current-buffer (cider-current-repl-buffer)
2496+
(with-current-buffer (with-no-warnings (cider-current-repl-buffer))
24972497
(setq cjr--occurrence-count 0)
24982498
(setq cljr--num-syms -1)
24992499
(setq cljr--occurrence-ids '()))

run-travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ echo "ECUKES_EMACS = $ECUKES_EMACS"
1010
"$ECUKES_EMACS" --version
1111
echo
1212

13-
# cask exec emacs -batch -Q -L . -eval "(progn (setq byte-compile-error-on-warn t) (batch-byte-compile))" clj-refactor.el
13+
cask exec emacs -batch -Q -L . -eval "(progn (setq byte-compile-error-on-warn t) (batch-byte-compile))" clj-refactor.el
1414
exec ./run-tests.sh $TAGS

0 commit comments

Comments
 (0)