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

core.async/<!! & core.async/>!! not resolveable in 1.9.4-eap5-2020.2 w/ tools-deps #2439

Closed
cap10morgan opened this issue Sep 24, 2020 · 0 comments
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@cap10morgan
Copy link

Steps to reproduce:

  1. Install clj-new plugin in your ~/.clojure/deps.edn under a :new alias. Or create a new tools-deps project however you want (I assume; the clj-new path is the one I took).
  2. Run clj -A:new lib com.timetraveltoaster/cursive-test.
  3. Add org.clojure/core.async {:mvn/version "1.3.610"} to your cursive-test/deps.edn file.
  4. Require clojure.core.async :as async somewhere in the Clojure src.
  5. Call async/<!! or async/>!! in that namespace.

Expected behavior:

Cursive can autocomplete and resolve async/<!! and async/>!!.

Observed behavior:

Cursive can neither autocomplete nor resolve async/<!! and async/>!!.

Note that it can autocomplete and resolve async/<! and async/>!.

@cursive-ide cursive-ide added this to the 1.9.4 milestone Sep 24, 2020
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Oct 1, 2020
@cursive-ide cursive-ide modified the milestones: 1.9.4, 1.9.4-eap6 Oct 2, 2020
@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants