intronic <
mi...@pheasant.co.nz> writes:
>>
>> > Is it possible to set breakpoint using nrepl-ritz?
>>
>> It is using the latest development code (C-c C-x C-b on the line to
>> break at). A release should be out containing this in the next few
>> days.
>>
>
> Can you explain how to use the latest dev code?
>
> Looking at project.clj files on
github.com/pallet/ritz, there is a version
> "0.7.1-SNAPSHOT"
> but i dont find this version in
clojars.org.
> I tried git cloning pallet/ritz with the thought to make symlinks in my
> project checkouts dir, but I cant figure out how to make the right symlinks
> into the pallet/ritz nested project structure.
I need to release the latest dev code, but I would like to make the
breakpoint handling a little more robust first.
I shalln't be releasing snapshot jars to clojars, but you can build them
locally with a `lein install` from the top level of the ritz project
clone.
> Also - slime with common lisp can parse compile errors giving shortcut keys
> to jump to the code refered to by the compiler error message. Is this
> possible with nrepl/ritz?
That capability is in nrepl.el 1.7.
Hugo