Skip to content

Conversation

athos
Copy link
Owner

@athos athos commented Aug 22, 2021

The current implementation of ClojureScript's standard prepl server cannot correctly accept multiple consecutive forms sent without delimiters in between, as shown below:

(set! *print-namespace-maps* false)(require 'clojure.string)(in-ns 'clojure.string)

This PR adds an extra newline to the end of the prepl prelude message (set! *print-namespace-maps* false) to work around the issue for some cases.

@athos athos merged commit 99e7f3a into main Aug 22, 2021
@athos athos deleted the fix/prelude-delimiter branch August 22, 2021 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant