Fork me on GitHub
#cursive
<
2018-02-15
>
cfleming00:02:21

@wilkerlucio Can you remind me what that’s about?

cfleming01:02:01

@wilkerlucio Actually, I just saw your message on https://github.com/cursive-ide/cursive/issues/1541#issuecomment-365762811. But are you talking about namespaced maps, or keywords?

wilkerlucio01:02:06

yes, that's it, the namespaced keyworks

cfleming01:02:38

But that issue is about namespaced maps printing.

cfleming01:02:13

You mean it’s the #:foo{:bar 1} notation you don’t want?

wilkerlucio01:02:54

correct, I want the old notation

wilkerlucio01:02:17

I found that new one confusing to read (to see the boundaries of the maps)

cfleming01:02:27

Ok. It’s tricky with nREPL, as detailed in the issue - I haven’t looked at it again, but I will do.

cfleming01:02:34

Yeah, I really don’t like that feature at all.

cfleming01:02:41

@kenny @zylox Ah, the issue is that it doesn’t accept fully-qualified names, it probably should:

kenny01:02:26

Ohh. Yeah that confused me.

zylox01:02:31

I agree, it should hahaha

cfleming01:02:37

Fair enough, that’s pretty confusing.

cfleming01:02:00

I’ll see if that widget allows me to do that - I’m just re-using a standard IntelliJ one.

cfleming01:02:43

Hmm, the issue is I’m not sure I can allow both - it either has to be all FQNs or simple names, I think.

cfleming01:02:59

Requiring FQNs for things in core would be annoying.

kenny01:02:40

Hmm. This feels like the manual way of specifying things so it may fit.

kenny01:02:05

Also having a + button in the Symbol resolution tab in settings would be nice.

cfleming01:02:26

Actually, no, I should have had faith: