Fork me on GitHub
#cider
<
2018-02-13
>
bozhidar02:02:41

Sorry about that @j0ni - I don’t have control over the original repo, otherwise I would have marked it as deprecated.

xiongtx07:02:36

Create an issue for thunknyc/nrepl-profile to put a notice in the README that its functionality is now in CIDER: https://github.com/thunknyc/nrepl-profile/issues/14

mhcat02:02:09

Oh no worries @bozhidar I choose the melpa life after all

bozhidar02:02:31

@gonewest818 Happy to hear this! It’s one of the few outstanding things holding off the release of 0.17 (when it comes to orchard it’s just that and extracting a bit more functionality into it).

bozhidar02:02:56

@j0ni On the bright side - now you have a profiler which actually works. 😉

gonewest81806:02:00

Having debugged a mranderson-ed project I can confidently say… not my favorite way to work.

benedek08:02:06

haha sorry about that @gonewest818

benedek08:02:47

I am working on some improvements but have very little time :/

bozhidar11:02:19

> Having debugged a mranderson-ed project I can confidently say… not my favorite way to work.

bozhidar11:02:53

I guess a lot of people share your frustration, but unfortunately the problem of isolating tooling deps from project deps in not an easy one to solve…

chrisblom11:02:02

is there a way to set custom indent rules when a symbol has a certain namespace?

chrisblom11:02:10

I can set it individual symbols using put-clojure-indent, but now i'd like to configure the indentation rules for om-style dom builder function

chrisblom11:02:10

Is there something like (put-clojure-indent-prefix "dom/" 'defun)?

bozhidar11:02:39

It’s not possible right now, but it’s possible to do so in general.

gonewest81815:02:25

@benedek @bozhidar I know! Sorry, that was just a bit of snark. The utility of mranderson is unquestionable.

stardiviner15:02:34

Is there other solution for my need? Like redirect file to other path or use a Clojure function to move the file to another path?

stardiviner15:02:19

Click on the "Posted in #jvm" to get more followed details. I posted more info below.

benedek16:02:27

@gonewest818 other option would be class loader separation in the JVM we played with that around the time mranderson was introduced but no avail

gonewest81816:02:28

An interactive mode to sync changes between src and target/srcdeps would have prevented a few of my stumbles.

benedek16:02:33

you can start a repl with mrandersoned source as modify stuff in the repl

benedek16:02:55

same way as you run the tests with mranderson

benedek16:02:48

perhaps help with the workflow. but tbh mranderson does not really support a quick feedback workflow

gonewest81816:02:49

Yes, in fact that’s the workflow I landed on eventually.

gonewest81817:02:20

I think the source of my frustration is M-. resolves to the srcdeps copy of the file. You have to pay attention.

arrdem18:02:46

Does refactor-nrepl expose any machinery for changing the ns sorting order?

arrdem18:02:32

In python-landia there were some conventions about sorting imports into “standard library”, “1stparty”, “3rdparty” and sorting those blocks alphabetically. Wondering if something similar is achievable here.

wiseman05:02:09

I think about this every time I sort my imports.

ghadi22:02:01

Is the cider nrepl port configurable via dir-locals?