-
-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Labels
feature requestgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
Expected behavior
Cider should allow to configure where to send the result of the last expression to, if a buffer/file gets evaluated
Actual behavior
Cider always sends the evaluation result of the last expression in a filer/buffer on "cider-load-file" to the echo area of Emacs.
In case this expression is large, emacs will crash/being unresponsive immediately.
Steps to reproduce the problem
- Create a empty clj file
- Add a last expression into the file which produces a complex, deep, map
- evaluate the buffer with "cider-eval-buffer"
- Cider will send the result of 2) to the echo area and crash
CIDER version information
latest
Metadata
Metadata
Assignees
Labels
feature requestgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors