Skip to content
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

Closed
boxxxie opened this issue Jan 7, 2019 · 2 comments
Closed

*cider-test-report* undo-outer-limit warning #2561

boxxxie opened this issue Jan 7, 2019 · 2 comments
Labels

Comments

@boxxxie
Copy link

boxxxie commented Jan 7, 2019

Expected behavior

(cider-test-run-project-tests) should print out test data to cider-result

Actual behavior

``` *Warnings* buffer output
Warning (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.


## Steps to reproduce the problem
have 5000+ lines of test errors/failures

## Environment & Version information
### CIDER version information
"0.19.0 (package: 20190107.1022) (Raleigh)" (sorry can't pprint with latest version of cider, so i'm on an older version)

*Include here the version string displayed when
CIDER's REPL is launched. Here's an example:*

;; 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


### Lein/Boot version
Leiningen 2.8.3 on Java 1.8.0_192 OpenJDK 64-Bit Server VM

### Emacs version
GNU Emacs 26.1

### Operating system
Linux  4.15.18-3-MANJARO #1 SMP PREEMPT Fri Jun 8 06:18:41 UTC 2018 x86_64 GNU/Linux
@stale
Copy link

stale bot commented May 8, 2019

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!

@stale stale bot added the stale label May 8, 2019
@stale
Copy link

stale bot commented Jun 7, 2019

This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.

@stale stale bot closed this as completed Jun 7, 2019
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
bbatsov pushed a commit that referenced this issue Sep 30, 2022
Same issue as #1004, huge ex-data from pathom in my case. Dramatic performance improvement.

might be worth doing the same for #2561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant