Re: [ANN] nREPL 0.4.5 released!

2018-09-03 Thread Lars Rune Nøstdal
Hi,
I still get this when I do `cider-jack-in`: 
   ;; CIDER 0.18.0 (package: 20180902.1638) (Saigon), nREPL 0.2.13


..I've removed all mentions of "nrepl" in package.clj, but it seems lein (I 
think?) still loads the old 0.2.13 version.

Thanks for your work on this stuff by the way; it's fantastic!

mvh,
Lars

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] nREPL 0.4.5 released!

2018-09-02 Thread Bozhidar Batsov
Hey everyone!

Just wanted to let you know that a new version of nREPL was released today.
Here's the list of (small) changes and improvements:

New features

   - The built-in the CLI generates an .nrepl-port file on server startup.
   - #39 : Add a --connect
command-line
   option allowing you to connect.
   with the built-in client to an already running nREPL server.
   - Add shorthand names for most command-line options.
   - Add a -v/--version command-line option.

Changes

   - #32 : Extract the bencode
   logic in a separate library .

Bugs fixed

   - #38 : Remove extra newline
   in REPL output.


It's probably easy to figure out that most of the changes were done to
improve the user experience for clojure-cli-tools users (aka clj).

Enjoy!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.