This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Can CIDER tell if a namespace/symbol is "dirty" (i.e. the version on the disk is different from the one loaded in the REPL)?
YWhen evaluating def
and defn
a mark is placed in the margin. If the code is changed, the mark is automatically removed. I've never looked to see if ns
form behaves the same, but I assume it should.
Depending on theme, the margin mark may not be that obvious
👍 6
Oh, you're right, I've noticed it but never put 2 and 2 together! Thanks!