- core: pr-render/str-render now render a Jolt var as #'ns/name instead of
falling through to the generic table printer, which recursed into the var's
cyclic :meta/:ns refs and looped forever. Adds name-of/var-display helpers.
- jolt.nrepl: capture the post-eval namespace *after* running the form — jolt
evaluates map-literal values right-to-left, so {:val (eval form) :ns (the-ns)}
read the ns before in-ns ran, pinning every session to 'user'. Now in-ns/ns
switches persist across evals. render-value dropped: pr-str handles vars.
- specs: var printing (strings-spec) and nREPL in-ns/ns-persistence + explicit
:ns override (nrepl-test).
|
||
|---|---|---|
| .. | ||
| api-test.janet | ||
| clojure-test-suite-test.janet | ||
| compile-mode-test.janet | ||
| conformance-test.janet | ||
| features-test.janet | ||
| jank-conformance-test.janet | ||
| namespace-test.janet | ||
| nrepl-test.janet | ||
| sci-bootstrap-test.janet | ||
| sci-runtime-test.janet | ||
| suite-worker.janet | ||
| systematic-coverage-test.janet | ||