-
Notifications
You must be signed in to change notification settings - Fork 177
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
"No reader function for tag object" when formatting EDN buffer #722
Comments
The code in question is: cider-nrepl/src/cider/nrepl/middleware/format.clj Lines 48 to 56 in 2587706
Maybe the |
vemv
added a commit
that referenced
this issue
Oct 6, 2021
vemv
added a commit
that referenced
this issue
Oct 7, 2021
vemv
added a commit
that referenced
this issue
Oct 7, 2021
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an EDN buffer which is huge long line and I'd like to pretty-print it with indentation etc.
I tried
cider-format-edn-buffer
and got this Exception{:type :reader-exception, :ex-kind :reader-error}
. This probably because the EDN looks like:#object[next.jdbc.connection$url_PLUS_etc$reify__28723 0x14570829 "jdbc:postgresql://my-database.com:5432/"]
I would expect though that the formatter wouldn't care to actually read the EDN (it could pass through any unknown tags, right?)
Cider version is 0.24.0
Thanks!
The text was updated successfully, but these errors were encountered: