Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Literals, sets, and quote reader macro forms don't display an inline evaluation #7

Open
cldwalker opened this issue Jan 1, 2016 · 3 comments

Comments

@cldwalker
Copy link
Member

From LightTable/LightTable#1665:

LT: 0.6.7
OS: OS X (10.9.4)

Lists, vectors and maps evaluate to themselves, but sets don't produce any inline evaluation at all. This can be reproduced by evaluating the following in an Instarepl or a Clojure project:

'(1 4.3 1/2 100N)

[\a true "string"]

{:a 1, :b 2}

#{1 2 3 4}
@kenny-evitt
Copy link

LightTable/LightTable#1665 was a second report of LightTable/LightTable#908.

@kenny-evitt kenny-evitt changed the title Sets don't display an inline evaluation Literals, sets, and quote reader macro forms don't display an inline evaluation Jan 24, 2016
@kenny-evitt
Copy link

I'm getting an exception now, both when I eval a set form in a Clojure file and when I type or paste one in an InstaREPL tab. I created LightTable/Clojure#71 for this.

@kenny-evitt
Copy link

Literals and forms using the quote reader macro also aren't displayed inline; examples:

"string"
12345
\a
nil
true
:a
'(+ 1 2 3 4 5)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants