-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*cider-test-report* undo-outer-limit warning #2561
Labels
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding! |
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it. |
nivekuil
added a commit
to nivekuil/cider
that referenced
this issue
Sep 30, 2022
Same issue as clojure-emacs#1004, huge ex-data from pathom in my case. Dramatic performance improvement. might be worth doing the same for clojure-emacs#2561
6 tasks
bbatsov
added a commit
that referenced
this issue
Sep 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
(cider-test-run-project-tests)
should print out test data to cider-resultActual behavior
```
*Warnings*
buffer outputWarning (undo): Buffer ‘cider-test-report’ undo info was 25019134 bytes long.
The undo info was discarded because it exceeded `undo-outer-limit'.
This is normal if you executed a command that made a huge change
to the buffer. In that case, to prevent similar problems in the
future, set `undo-outer-limit' to a value that is large enough to
cover the maximum size of normal changes you expect a single
command to make, but not so large that it might exceed the
maximum memory allotted to Emacs.
If you did not execute any such command, the situation is
probably due to a bug and you should report it.
You can disable the popping up of this buffer by adding the entry
(undo discard-info) to the user option
warning-suppress-types', which is defined in the
warnings' library.;; Connected to nREPL server - nrepl://localhost:43253
;; CIDER 0.19.0 (package: 20190107.1022) (Raleigh), nREPL 0.5.3
;; Clojure 1.10.0, Java 1.8.0_192
The text was updated successfully, but these errors were encountered: