Fork me on GitHub
#cider
<
2015-06-24
>
bozhidar13:06:04

CIDER 0.9.1 (codename “EuroCIDER”) is out! The release notes are here https://github.com/clojure-emacs/cider/releases/tag/v0.9.1

jstokes13:06:16

awesome @bozhidar - great work

jstokes13:06:37

loving cider/spacemacs

akiva13:06:56

[Mr. Burns voice] Exxxcellent.

mhcat15:06:42

hey @bozhidar, not a big deal at all, but can you make publishing the next snapshot after release part of the cider-nrepl release process to avoid the slightly annoying twilight zone that happens when using melpa?

mhcat15:06:47

WARNING: CIDER's version (0.9.1) does not match cider-nrepl's version (0.9.1-snapshot)

mhcat15:06:35

it only lasts a little while normally, but...

mhcat15:06:25

I guess cider's version too

ppold15:06:20

the debugger improvements in CIDER 0.9.1 are awesome 😄

ppold15:06:59

although I have some issues when there is a very big hashmap and its values get printed, it hangs emacs for quite a while

ppold15:06:33

Can it be improved so there are a max amount of characters that can be displayed for each return value? (and maybe have an option to use cider-inspect in those cases)

akiva16:06:40

Unfortunately, I’m getting the ‘nrepl not installed’ bit in boot. The latest has been pulled down from melpa and boot retrieved 9.1 from Clojars but no love. Dead in the water.

ska16:06:46

I love the overlays in 0.9.1. Just the colors don't work well with my theme (nzenburn)

ska16:06:34

Now off to Emacs meetup Berlin simple_smile

bozhidar21:06:27

@j0ni: actually I was a bit distracted when doing the release and forgot to finish the clojars deployment

bozhidar21:06:45

(was packing for EuroClojure in the mean time)

mhcat21:06:02

yeah, I read your email after and saw - sorry to hassle, it really isn't that big of a deal

mhcat21:06:22

the price of using master I guess simple_smile

mhcat21:06:31

enjoy EuroClojure

malabarba21:06:28

@ppold it can and it should! Could you file an issue for that?

malabarba21:06:22

@ska the colors were rushed a little bit because of EuroClojure, but don't forget you can customize them

bozhidar21:06:49

@ska: I also happen to be the maintainer of zenburn and fixing those colours is on my todo list

ppold21:06:27

@malabarba: I will later today simple_smile (almost done working right now), and maaaybe spend some of my free time checking how to implement it 😉

malabarba21:06:37

@ppold great. The easiest way would be to limit print-length on the nrepl side. But there's a probably a better solution on the emacs side that would benefit all of cider

malabarba21:06:09

IIRC, the debugger just uses the standard cider function for printing values

arrdem21:06:24

bozhidar: is there a CIDER hook for "after evaluating an expression"?

arrdem21:06:42

I want to slave saving REPL history to evaluating stuff

arrdem21:06:51

b/c scrollback would save me a bunch of time

bozhidar21:06:36

you can always advice the commands in question and this will have pretty much the same effect as using a hook

bozhidar21:06:44

for your purposes, at least

arrdem21:06:06

Hum... okay I'll look into that.

akiva22:06:00

Okay, I have to be doing something wrong here. CIDER-9.1 gives me ‘nrepl-cider is not installed’ error with boot. All I did was update profile.bootto point to 9.1 rather than 9.1-SNAPSHOT.

arrdem22:06:59

Did something with regards to paragraph filling change in 0.9.1? M-q in clojure-mode/cider-mode now only wraps the line at point to fill-column, not a full block of comments or docstring.

arrdem22:06:28

Is there a way to set the CIDER history save file to something project relative rather than to something host-global?

arrdem22:06:37

or is this dir-locals material.