Fork me on GitHub
#cursive
<
2019-10-01
>
Jon Walch03:10:31

I updated a dependency to my deps.edn file and I have auto-import on, in libraries the dependency isn’t there and if I try to load the file that references the dependency, I get a file not found exception

Jon Walch03:10:37

Manually refreshing in the clojure deps tool window worked

conan12:10:27

Anybody know how to add maven central to the list of indexed repositories?

p-himik14:10:06

The issue with orderEntry reordering in iml files has been fixed, right? At least, in the latest dev builds.

carocad20:10:30

is there a way to deactivate clojuredocs examples from showing up ? unfortunately the actual docs of some functions are not shown … only the examples :thinking_face:

cfleming21:10:38

@conan I don’t think there’s a way to do that manually, but central should be added by both build tools. Are you not seeing that? Do you see clojars?

conan13:10:40

Yes I have clojars but not maven. I can just add deps manually, the autocomplete is so nice though

cfleming21:10:04

@p-himik Maybe, since I changed how it worked. I’ll check the code and confirm that.

cfleming21:10:20

@carocad Do you have a screenshot of that?

carocad21:10:01

let me get one

carocad21:10:19

This is what I get if I try to get the documentation for second. Unfortunately I have not been able to figure when does it work and when not 😕 …. therefore I was trying to deactivate clojuredocs and go back to the “old ways”

cfleming22:10:23

@carocad Is this a cljc file?

cfleming22:10:49

ClojureDocs won’t be causing the problem here, it doesn’t affect the actual retrieval of the docs.

carocad08:10:35

> Is this a cljc file? no, this is a clj file

tony.kay23:10:44

@cfleming There has been some code motion in Fulcro. The built-in macro resolution you added for Fulcro 2 works, but the macros are in new namespaces now. Are you willing to add the new ones as well? I can open an issue and list out the mapping

cfleming23:10:16

Sure, file an issue and I’ll add them in the new namespaces too.

cfleming00:10:49

Great, thank you.

tony.kay00:10:09

Thank you. I appreciate all the work you put into Cursive.