-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconjure-debug-nrepl152-evaluate-ns-form-2.clj
More file actions
42 lines (42 loc) · 1.27 KB
/
conjure-debug-nrepl152-evaluate-ns-form-2.clj
File metadata and controls
42 lines (42 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
;; Conjure Debug output - first evaluation of ns form
; --------------------------------------------------------------------------------
; eval (root-form): (ns clojure-through-code.01-basics "Communicate th...
; debug: send
{:code
"(ns clojure-through-code.01-basics
\"Communicate the purpose of a namespace via a doc-string.
Include descriptions of data models defined in the namespace.\")"
:column
1
:file
"/home/practicalli/projects/practicalli/clojure-through-code/src/clojure_through_code/01_basics.clj"
:id
"2ce9b0a7-7733-4974-b5aa-4fd1d1a2e039"
:line
36
:nrepl.middleware.print/options
{:associative 1 :length 500 :level 50 :right-margin 72}
:nrepl.middleware.print/print
"cider.nrepl.pprint/pprint"
:ns
"clojure-through-code.01-basics"
:op
"eval"
:session
"44c3284a-41df-4f7e-a66d-bb30f484db91"}
; debug: receive
{:id "2ce9b0a7-7733-4974-b5aa-4fd1d1a2e039"
:ns "clojure-through-code.01-basics"
:session "44c3284a-41df-4f7e-a66d-bb30f484db91"
:value "nil"}
nil
; debug: receive
{:id "2ce9b0a7-7733-4974-b5aa-4fd1d1a2e039"
:session "44c3284a-41df-4f7e-a66d-bb30f484db91"
:status ["done"]}
; debug: receive
{:changed-namespaces {}
:id "2ce9b0a7-7733-4974-b5aa-4fd1d1a2e039"
:repl-type "clj"
:session "44c3284a-41df-4f7e-a66d-bb30f484db91"
:status ["state"]}