Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cider throws a couple of compilation warnings #657

Open
arichiardi opened this issue Apr 30, 2021 · 2 comments
Open

Cider throws a couple of compilation warnings #657

arichiardi opened this issue Apr 30, 2021 · 2 comments

Comments

@arichiardi
Copy link
Contributor

Not urgent, but I thought I would report what I see 😄

Expected behavior

Not to have warning

Actual behavior

It shows up some warning during (async) compilation in the buffer that could be addressed:

Warning (comp): clojure-mode.el:482:25: Warning: reference to free variable ‘clojure--let-regexp’ Disable showing Disable logging
Warning (comp): clojure-mode.el:1114:1: Warning: custom-declare-variable `clojure-align-separator' docstring wider than 80 characters Disable showing Disable logging
Warning (comp): clojure-mode.el:1796:23: Warning: assignment to free variable ‘clojure-cached-ns’ Disable showing Disable logging
Warning (comp): clojure-mode.el:2867:23: Warning: the function ‘beginning-of-thing’ is not known to be defined. Disable showing Disable logging
Warning (comp): clojure-mode.el:975:42: Warning: the function ‘end-of-thing’ is not known to be defined. Disable showing Disable logging
Warning (comp): clojure-mode.el:472:18: Warning: the function ‘clojure-no-space-after-tag’ is not known to be defined. Disable showing Disable logging

Steps to reproduce the problem

With the latest emacs (git master), emacs will try to compile cider and will show these warnings in the *Warnings* buffer.

Environment & Version information

GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.29, cairo version 1.17.4) of 2021-04-29

CIDER version information

latest master

@bbatsov
Copy link
Member

bbatsov commented May 8, 2021

I seems to me that all those errors come from clojure-mode, not CIDER itself.

@vemv vemv transferred this issue from clojure-emacs/cider Aug 25, 2023
@vemv
Copy link
Member

vemv commented Aug 25, 2023

(moved from the CIDER tracker)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants