oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

INSTAREPL: double colons keywords are resolved to `clojure.core` #2

Closed viebel closed 6 years ago

viebel commented 7 years ago

In INSTAREPL mode, double colons keywords are resolved to clojure.core.

Reproduction steps:

(ns my.ns)
*ns* ; #object[clojure.lang.Namespace 0x26aa8afd "my.ns"]
(namespace ::aa); "clojure.core"
oakes commented 6 years ago

I don't remember when i fixed this, but it is now fixed :P