nREPL server: get rid of SCI internals

This commit is contained in:
Michiel Borkent 2021-07-26 11:47:15 +02:00
parent 84430c60f8
commit f5125a6f37
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit bd1ce0cbc0861350a4a36e9c31ef79fa0c7cff84
Subproject commit dcf21c5b3dfab005a503bc70f99860fd2b6cab04

View file

@ -85,7 +85,8 @@
"id" (new-id!)
"ns" "ns0"})
(is (= ":foo0" (:value (read-reply in session @id)))))
(testing "providing an ns value of a non-existing namespace creates the namespace"
;; TODO: I don't remember why we created a new ns
#_(testing "providing an ns value of a non-existing namespace creates the namespace"
(bencode/write-bencode os {"op" "eval"
"code" "(ns-name *ns*)"
"session" session