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

Correctly exclude namespaces from apropos #2658

Merged
merged 1 commit into from
Jun 24, 2019

Commits on Jun 23, 2019

  1. Correctly exclude namespaces from apropos

    Confluence of bugs in orchard, cider-nrepl, and CIDER. CIDER was using
    the wrong key to send excluded namespaces. cider-nrepl was not putting
    this key in the right position for the orchard query. And orchard was
    not correctly eliding cider.nrepl inlined deps.
    
    - orchard: clojure-emacs/orchard#59
    - nrepl: clojure-emacs/cider-nrepl#618
    dan sutton committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f5de0ab View commit details
    Browse the repository at this point in the history