Skip to content
#

Clojure

clojure logo

Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.

Here are 4,784 public repositories matching this topic...

ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
jellelicht
jellelicht commented Aug 27, 2021

Expected behavior

Being able to macro expand forms that happen to define interfaces, in either deps.edn or leiningen projects

Actual behavior

A crash pop-up when macro expanding forms that happen to define interfaces, but only in deps.edn projects.

Steps to reproduce the problem

I made a tiny example that seems to be reproducible for at least one other person:
https://githu

defold
dri-richard
dri-richard commented Jul 13, 2021

Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.

To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"

Expected behavior (REQUIRED)

Created by Rich Hickey

Released October 16, 2007

Organization
clojure
Website
clojure.org
Wikipedia
Wikipedia

Related Topics

cljs clojurescript language