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-doc for java methods with array args rendered incorrectly #278

Open
bsless opened this issue Jun 17, 2024 · 1 comment
Open

cider-doc for java methods with array args rendered incorrectly #278

bsless opened this issue Jun 17, 2024 · 1 comment

Comments

@bsless
Copy link

bsless commented Jun 17, 2024

Expected behavior

Call cider-doc on java.nio.file.Path/of, render docs such that more is represented as an array:

java.nio.file.Path/of
^Path [^String first, ^String<> more] ; or  [Ljava.lang.String;
^Path [^java.net.URI uri]

Actual behavior

java.nio.file.Path/of
^Path [^String first, ^String more]
^Path [^java.net.URI uri]

Steps to reproduce the problem

M-x cider-doc java.nio.file.Path/of

Environment & Version information

Cider version 1.15.0
emacs --version
GNU Emacs 30.0.50
Development version 319e16550d66 on master branch; build date 2024-05-31.

Clojure version

E.g. 1.11.1

Java version

21

Operating system

Pop OS 22.04

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

No branches or pull requests

2 participants