Fork me on GitHub
#cursive
<
2019-07-26
>
Mark Addleman02:07:07

When I try to open one of my deps.edn projects with latest IntelliJ + Cursive, I get this exception

Mark Addleman02:07:11

This is from idea.log

salam03:07:21

this is a known issue that's being actively worked on: https://youtrack.jetbrains.com/issue/IDEA-218954

Mark Addleman14:07:05

fyi - IntelliJ to 2019.1 doesn't have this problem.

cfleming22:07:25

Yes, this is new in 2019.2.

tony.kay06:07:12

Anyone seeing “Couldn’t read deps.edndeps.edn (No such file or directory)”

tony.kay06:07:33

happens when I try to import a project or just start the IDE on an existing one that tries a refresh

tony.kay06:07:55

I switch from CLI to internal lib and that seems to have fixed it

tony.kay06:07:59

must be a homebrew issue

tony.kay15:07:59

got it, thx…I did downgrade

SgtZdog16:07:55

Hey guys, I was wondering, is there a way to in the debug REPL run all leiningen tests? I know how to run an individual test and all tests in a file, but not how to do all of them.

Chris19:07:07

(clojure.test/run-all-tests)?

SgtZdog19:07:16

(Sorry, finally able to get back to this) So, amusingly, this does seem to work, but also runs all the unit tests. on the clojure ns as well. Which I'm perfectly willing to tolerate, as most of my time is spent on the tests for the code I'm actually working on.

SgtZdog19:07:27

I also think (I need to look at the return some more) that this might be running the tests on all of the dependencies as well. And I'm not sure everything is being imported properly either. I'll have to keep playing around with this (unless someone else has a more complete answer?)

osi20:07:27

for those on a mac, how have you customized your key-bindings such that you can navigate between editor tabs? both intelliJ shortcuts for tab navigation are overridden by cursive

salam21:07:56

i don't use tabs, instead i use the more keyboard and search-friendly Recent Files/Locations pop-up to navigate between files: https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#recent_files

wilkerlucio22:07:15

I use AceJump lite (the non light version is very buggy), its a navigation thing, it allows to jump to any character in any visible buffer quite quickly

tony.kay23:07:51

I just set CTRL-TAB CTRL-SHIFT-TAB so it works like a browser

steveb8n04:07:31

I remapping mine for min finger movement since it’s such a common operation. It’s now CMD-N which invokes the “switcher”, non-standard but easy to reach

steveb8n04:07:50

I’m also tab free

osi17:07:54

@tony.kay ah! I didn’t realize about those browser shortcuts! I had been using command-shift-[ or ] for moving between tabs since it is also universal across mac apps.