Skip to content

Instantly share code, notes, and snippets.

@giuliano108
Last active September 17, 2021 19:18
Show Gist options
  • Save giuliano108/47edecde5f64d964a596ffda1d2ba907 to your computer and use it in GitHub Desktop.
Save giuliano108/47edecde5f64d964a596ffda1d2ba907 to your computer and use it in GitHub Desktop.
CIDER / babashka nrepl
From babashka 0.6.1, CIDER hangs as it doesn't get a reply from op IDs 6, 7 and 8 .
(-->
id "1"
op "clone"
time-stamp "2021-09-17 19:29:25.539627000"
)
(<--
id "1"
session "none"
time-stamp "2021-09-17 19:29:25.576138000"
new-session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
status ("done")
)
(-->
id "2"
op "clone"
time-stamp "2021-09-17 19:29:25.589718000"
)
(<--
id "2"
session "none"
time-stamp "2021-09-17 19:29:25.593190000"
new-session "7680f5c5-df1f-4802-93f0-9b778c21476f"
status ("done")
)
(-->
id "3"
op "describe"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.614661000"
)
(<--
id "3"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.618388000"
ops (dict ...)
status ("done")
versions (dict ...)
)
(-->
id "4"
op "eval"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.661664000"
code "(clojure.core/apply clojure.core/require clojure.main/repl-r..."
column 1
file "*cider-repl git/babashka-misc:127.0.0.1:1667(clj)*"
inhibit-cider-middleware "true"
line 42
nrepl.middleware.print/buffer-size 4096
nrepl.middleware.print/options (dict ...)
nrepl.middleware.print/print "cider.nrepl.pprint/pprint"
nrepl.middleware.print/quota 1048576
nrepl.middleware.print/stream? "1"
)
(<--
id "4"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.730440000"
ns "user"
value "nil
"
)
(<--
id "4"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.730603000"
status ("done")
)
(-->
id "5"
op "version"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.732669000"
debug "false"
insert-newline-after-require "true"
prefix-rewriting "false"
)
(<--
id "5"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:25.734524000"
status ("error" "unknown-op" "done")
)
(-->
id "6"
op "eldoc"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:26.185357000"
ns #("workday" 0 7 (fontified nil help-echo cider--help-echo cider-locals nil cider-block-dynamic-font-lock t face font-lock-type-face))
sym "->"
)
(-->
id "7"
op "eldoc"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:28.337072000"
ns #("workday" 0 7 (fontified t help-echo cider--help-echo cider-locals nil cider-block-dynamic-font-lock t face font-lock-type-face))
sym "->"
)
(-->
id "8"
op "eval"
session "178f79c4-0f6a-4a04-a05a-4f7f03dfe9be"
time-stamp "2021-09-17 19:29:39.507930000"
code "(+ 1 1)"
column 7
file "*cider-repl git/babashka-misc:127.0.0.1:1667(clj)*"
line 45
nrepl.middleware.print/buffer-size 4096
nrepl.middleware.print/options (dict ...)
nrepl.middleware.print/print "cider.nrepl.pprint/pprint"
nrepl.middleware.print/quota 1048576
nrepl.middleware.print/stream? "1"
ns "user"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment