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

Completion of some Java packages/classes does not work on Windows. #708

Closed
peterwang opened this issue Sep 9, 2021 · 4 comments · Fixed by #725
Closed

Completion of some Java packages/classes does not work on Windows. #708

peterwang opened this issue Sep 9, 2021 · 4 comments · Fixed by #725

Comments

@peterwang
Copy link

The cause of the issue is in its dependency:
cider.nrepl.inlined-deps.compliment.v0v3v11.compliment.utils/classes-on-classpath

It would be fixed upon the accept of the PR:
alexander-yakushev/compliment#79

Expected behavior

Completion of Java packages/classes should work.
For example, when java.util. is typed in the REPL,
the classes inside package java.util should be listed.

Actual behavior

When java.util. is typed in the REPL,
the classes inside package java.util were not listed.

Steps to reproduce the problem

On windows, lein new ,
cider-jack-in the project,
try the steps above.

Environment & Version information

cider-nrepl version

cider-nrepl-0.26.0

Java version

Java 16.0.1

Operating system

Windows 10

@vemv
Copy link
Member

vemv commented Sep 9, 2021

Excellent report, thanks!

vemv added a commit that referenced this issue Nov 5, 2021
vemv added a commit that referenced this issue Nov 5, 2021
@vemv vemv mentioned this issue Nov 5, 2021
bbatsov pushed a commit that referenced this issue Nov 5, 2021
@vemv
Copy link
Member

vemv commented Nov 5, 2021

@peterwang: Release soon!

@peterwang
Copy link
Author

Wow! Thanks! Can't wait to try the new release.

@vemv
Copy link
Member

vemv commented Dec 7, 2021

Released in [cider/cider-nrepl "0.27.3"]!

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

Successfully merging a pull request may close this issue.

2 participants