This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-20
Channels
- # beginners (102)
- # boot (23)
- # cljs-dev (1)
- # clojure (52)
- # clojure-canada (7)
- # clojure-korea (2)
- # clojure-poland (1)
- # clojure-russia (35)
- # clojure-spec (39)
- # clojure-uk (5)
- # clojurescript (64)
- # cursive (11)
- # events (1)
- # hoplon (168)
- # lein-figwheel (2)
- # luminus (14)
- # off-topic (47)
- # om (3)
- # om-next (1)
- # onyx (31)
- # quil (4)
- # re-frame (21)
- # spacemacs (1)
- # sql (1)
- # untangled (3)
- # yada (4)
I see com.gfredericks.schpec/alias
is now resolved, but refactor->rename on an alias doesn't change keywords like ::aliased/key
Also, it thinks every aliased namespaced keyword is the same as non-namespaced, in highlighting and refactoring:
@yonatanel Ok, it looks like com.gfredericks.schpec/alias
not resolving might have been some corruption in the indexes - they can get a bit funky from time to time. It still doesn’t know that the first symbol refers to an alias, which is why the renaming isn’t working.
Those aliased namespaces being all equal is a bug, I suspect it’s because the aliases aren’t created correctly and probably they all have the namespace part nil
.
If I wasn't using schpec/alias
but normal alias
, could the indexes still be corrupted?