Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Created June 3, 2015 12:47
Show Gist options
  • Save jjungnickel/00f23446629552954942 to your computer and use it in GitHub Desktop.
Save jjungnickel/00f23446629552954942 to your computer and use it in GitHub Desktop.
❯ lein repl :connect 127.0.0.1:5557 riemann/git/0d8adc0...
Connecting to nREPL at 127.0.0.1:5557
REPL-y 0.3.5, nREPL 0.2.7
Clojure 1.6.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_25-b17
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e
user=> (riemann.service/reload!)
CompilerException java.lang.IllegalArgumentException: No single method: reload_BANG_ of interface: riemann.service.Service found for function: reload! of protocol: Service, compiling:(/Users/jjungnickel/src/qw/infra/roles/riemann/development.config:1:1)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment