Skip to content

Instantly share code, notes, and snippets.

@bpringe
Created February 22, 2020 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpringe/69918ae9659ddfa3b9519bfa8d555749 to your computer and use it in GitHub Desktop.
Save bpringe/69918ae9659ddfa3b9519bfa8d555749 to your computer and use it in GitHub Desktop.
(-->
id "10"
op "load-file"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:18:55.390040000"
file "(ns clock)
(defn clock-parts [t]
#break
{:h (mod (quot ..."
file-name "clock.clj"
file-path "/Users/pez/Exercism/clojure/clock/src/clock.clj"
)
(<--
id "10"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:18:56.168781000"
value "nil"
)
(<--
id "10"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:18:56.169438000"
status ("done")
)
(<--
id "10"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:18:56.407341000"
changed-namespaces (dict ...)
repl-type "clj"
status ("state")
)
(-->
id "11"
op "eldoc"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:19:15.272342000"
ns "clock"
symbol "-"
)
(<--
id "11"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:19:15.394303000"
docstring "If no ys are supplied, returns the negation of x, else subtr..."
eldoc (("x")
("x" "y")
("x" "y" "&" "more"))
name "-"
ns "clojure.core"
status ("done")
type "function"
)
(-->
id "12"
op "eldoc"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:19:53.100133000"
ns "clock"
symbol "m"
)
(<--
id "12"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:19:53.112304000"
status ("done" "no-eldoc")
)
(-->
id "13"
op "eldoc"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:19:53.123374000"
ns "clock"
symbol "if"
)
(<--
id "13"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:19:53.125866000"
docstring "Evaluates test. If not the singular values nil or false,
e..."
eldoc (("if" "test" "then" "else?"))
name "if"
status ("done")
type "function"
)
(-->
id "14"
op "eldoc"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:20:32.534062000"
ns "clock"
symbol "defn"
)
(<--
id "14"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:20:32.538469000"
docstring "Same as (def name (fn [params* ] exprs*)) or (def
name (..."
eldoc (("name" "doc-string?" "attr-map?" "[params*]" "prepost-map?" "body")
("name" "doc-string?" "attr-map?" "([params*] prepost-map? body)" "+" "attr-map?"))
name "defn"
ns "clojure.core"
status ("done")
type "function"
)
(-->
id "15"
op "eval"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:20:47.508633000"
code "(ns clock)
"
column 1
file "/Users/pez/Exercism/clojure/clock/src/clock.clj"
line 1
nrepl.middleware.print/print "cider.nrepl.pprint/pr"
nrepl.middleware.print/quota 1048576
nrepl.middleware.print/stream? nil
ns "user"
)
(<--
id "15"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:20:47.565216000"
ns "clock"
value "nil"
)
(<--
id "15"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:20:47.592976000"
status ("done")
)
(<--
id "15"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:20:47.618735000"
changed-namespaces (dict)
repl-type "clj"
status ("state")
)
(-->
id "16"
op "eval"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:06.655816000"
code "#dbg
(defn clock [h m]
(let [m (if (< m 0) (- m 60) m)
..."
column 1
file "/Users/pez/Exercism/clojure/clock/src/clock.clj"
line 12
nrepl.middleware.print/print "cider.nrepl.pprint/pr"
nrepl.middleware.print/quota 1048576
nrepl.middleware.print/stream? nil
ns "clock"
)
(<--
id "16"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:06.730244000"
ns "clock"
value "#'clock/clock"
)
(<--
id "16"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:06.758864000"
status ("done")
)
(<--
id "16"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:06.802580000"
changed-namespaces (dict ...)
repl-type "clj"
status ("state")
)
(-->
id "17"
op "eldoc"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:12.805721000"
ns "clock"
symbol "clock-parts"
)
(<--
id "17"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:12.809083000"
docstring nil
eldoc (("t"))
name "clock-parts"
ns "clock"
status ("done")
type "function"
)
(-->
id "18"
op "eldoc"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:14.137926000"
ns "clock"
symbol "comment"
)
(<--
id "18"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:14.141270000"
docstring "Ignores body, yields nil"
eldoc (("&" "body"))
name "comment"
ns "clojure.core"
status ("done")
type "function"
)
(-->
id "19"
op "eval"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:17.940830000"
code "(clock-parts (clock 2 0))"
column 3
file "/Users/pez/Exercism/clojure/clock/src/clock.clj"
line 24
nrepl.middleware.print/print "cider.nrepl.pprint/pr"
nrepl.middleware.print/quota 1048576
nrepl.middleware.print/stream? nil
ns "clock"
)
(<--
id "6"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:21:18.002485000"
code "#dbg
(defn clock [h m]
(let [m (if (< m 0) (- m 60) m)
..."
column 0
coor (3 1 1 1 1)
debug-value "0"
file "/Users/pez/Exercism/clojure/clock/src/clock.clj"
input-type ("continue" ...)
key "51136ede-5427-4346-a8e0-bd4c298ddb30"
line 12
locals (("h" "2")
("m" "0"))
original-id "16"
original-ns "clock"
prompt nil
status ("need-debug-input")
)
(-->
id "20"
op "debug-input"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:40.774283000"
input ":next"
key "51136ede-5427-4346-a8e0-bd4c298ddb30"
)
(<--
id "6"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:40.813629000"
code "#dbg
(defn clock [h m]
(let [m (if (< m 0) (- m 60) m)
..."
column 0
coor (3 1 1 1)
debug-value "false"
file "/Users/pez/Exercism/clojure/clock/src/clock.clj"
input-type ("continue" ...)
key "98a14923-20a6-4527-aae3-aeb8aa78d2be"
line 12
locals (("h" "2")
("m" "0"))
original-id "16"
original-ns "clock"
prompt nil
status ("need-debug-input")
)
(-->
id "21"
op "debug-input"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:44.506872000"
input ":next"
key "98a14923-20a6-4527-aae3-aeb8aa78d2be"
)
(<--
id "6"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:44.543373000"
code "#dbg
(defn clock [h m]
(let [m (if (< m 0) (- m 60) m)
..."
column 0
coor (3 1 1 3)
debug-value "0"
file "/Users/pez/Exercism/clojure/clock/src/clock.clj"
input-type ("continue" ...)
key "ce9a96c4-ea8b-4dd0-9d76-2a9d023150d0"
line 12
locals (("h" "2")
("m" "0"))
original-id "16"
original-ns "clock"
prompt nil
status ("need-debug-input")
)
(-->
id "22"
op "debug-input"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:48.957833000"
input ":quit"
key "ce9a96c4-ea8b-4dd0-9d76-2a9d023150d0"
)
(<--
id "19"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:48.994078000"
value "QUIT"
)
(<--
id "19"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.029668000"
err "Execution error (NullPointerException) at cider.nrepl.middle..."
)
(<--
id "19"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.030038000"
ex "class java.lang.NullPointerException"
root-ex "class java.lang.NullPointerException"
status ("eval-error")
)
(-->
id "23"
op "stacktrace"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.030750000"
nrepl.middleware.print/options (dict ...)
nrepl.middleware.print/print "cider.nrepl.pprint/pprint"
nrepl.middleware.print/quota 1048576
nrepl.middleware.print/stream? "1"
)
(<--
id "19"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.031233000"
status ("done")
)
(<--
id "19"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.031595000"
changed-namespaces (dict)
repl-type "clj"
status ("state")
)
(<--
id "23"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.081699000"
class "java.lang.NullPointerException"
message nil
stacktrace ((dict "class" "cider.nrepl.middleware.debug$abort_BANG_" "file" "debug.clj" "file-url" "jar:file:/Users/pez/.m2/repository/cider/cider-nrepl/0.24.0/cider-nrepl-0.24.0.jar!/cider/nrepl/middleware/debug.clj" "flags" ("tooling" "clj") "fn" "abort!" "line" 143 "method" "invokeStatic" "name" "cider.nrepl.middleware.debug$abort_BANG_/invokeStatic" "ns" "cider.nrepl.middleware.debug" "type" "clj" "var" "cider.nrepl.middleware.debug/abort!") ...)
)
(<--
id "23"
session "64e65c43-5f14-49be-92f3-69ee17fdf9e1"
time-stamp "2020-02-22 19:29:49.082227000"
status ("done")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment