Fork me on GitHub
#cider
<
2015-06-22
>
martintrojer08:06:29

cljr-clean-ns is up there with sliced bread. fantastic.

benedek08:06:23

good to hear you like it simple_smile

martintrojer08:06:58

@benedek: using cljr-project-clean I get temp file prompts for every file processed.

martintrojer08:06:22

I there a way to get rid of those?

benedek08:06:47

hm… do you mind martinrojer to move to gitter

benedek08:06:36

btw like temp files are not saved or something?

bozhidar12:06:36

I have a feeling a lot of people are going to love this new debugger feature https://github.com/clojure-emacs/cider/pull/1155

benedek12:06:44

looks really nice

benedek12:06:47

a kinda more detailed documentation with examples would be really nice tho

benedek12:06:01

i know not the most exciting thing to write

benedek12:06:34

or perhaps i should just use @malabarba ’s blog post...

malabarba13:06:58

@benedek yes, it still needs a proper doc

malabarba13:06:07

It's not a huge deal right now, since the only entry point is C-u C-M-x, and once you're inside all keys are displayed for you

malabarba13:06:39

But it would be awesome to have some animated examples

benedek13:06:30

perhaps a silly question but that means i don’t need to define break points. if my first level from gets called execution will get stopped?

agile_geek13:06:19

Had a quick play with cider debugger in 0.9.0 over the weekend. Very nice. I like the look of the overlays PR too.

malabarba13:06:41

@benedek yes. For now you can only instrument top level sexps, and (nearly) everything inside that sexp will trigger breakpoints. There's another PR that implements proper breakpoints (so you can say "only this sexp will pause execution"), but that won't be merged until after euroclojure.

agile_geek13:06:31

@malabarba: I like the ‘proper breakpoints’ idea especially. I’ll up vote that! 😉

voxdolo15:06:47

Is cider agnostic of leiningen profiles?

voxdolo15:06:35

I guess I don't see why it wouldn't be. I just ran up against a subtle bug in my test suite that makes me think it is (when I'd previously assumed it did the standard leiningen thing of merging profiles)

rickmoynihan16:06:05

The cider overlays look lovely! Any thoughts on adding edebug style > debug line trackers to the fringes?

rickmoynihan16:06:04

Or even the ability to highlight the current form

malabarba19:06:24

@rickmoynihan the screenshot doesn't show it very well, but the overlay does highlight the current form

malabarba19:06:52

Adding fringe markers would probably be trivial if people want them.

arrdem19:06:39

Fringe markers would be awesome

ppold20:06:18

+1 for fringe markers

ska20:06:08

Yay! First time user of the new debug facility. Helped me debug a wrongly formatted cond expression. simple_smile