question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Clojure] [Bug] Set literal inside map literal not colored correctly

See original GitHub issue

I’ve recently started to learn Clojure, and this is code from sample:

screen shot 2018-02-02 at 12 55 12 am

Looks like IDE overrides coloring of #{ it should be yellow. Maybe related to #19

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
YiiGuxingcommented, Feb 3, 2018

img

0reactions
izhangzhihaocommented, Feb 2, 2018

Reproduced on development branch on intellij 2017.3 EAP.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common programming mistakes for Clojure developers to avoid
with the map literal wrapped in parenthesis. Since it's the first element, it's treated as a function (which a literal map actually is),...
Read more >
On the importance of recognizing and using maps
In looking at some of the libraries, I am a bit concerned that maps are not being used when the logical entity is...
Read more >
Can't type hint literal collection containing runtime values
The attached patch fixes this issue by tracking type hints for literal values, making the reflection go away even in the original case....
Read more >
4. Local I/O - Clojure Cookbook [Book] - O'Reilly
To follow along with this recipe, create a new library using the command lein new keystroke . Inside project.clj, add [jline "2.11"] to...
Read more >
Chapter 2. Drinking from the Clojure fire hose
As with vectors, every item in a map literal (each key and each value) is evaluated before the result is stored in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found