-
-
Notifications
You must be signed in to change notification settings - Fork 648
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-error* buffer seem to have buffer-undo activated #1004
Comments
I don't think there should ever be that much data in the error buffer... we should definitely disable undo regardless. Can you share the versions of cider/cider-nrepl/clojurescript/piggieback/weasel, or (even better) a project that will let me replicate? Or share what happens if you try do what you were trying to do in a normal lein repl? |
latest cider from melpa | cider nrepl 9.0-snapshot | piggieback should be 0.16-snapshot and weasel-6.0 (if my understanding of the boot-cljs-repl is correct - meaning I override piggieback/weasel in my local build.boot) I agree that something fishy is going on - especially since most of the time the cider-error buffer is "looking" empty - the joy of clojurescript ? |
I think this happens because it is getting hung up on dumping the exception info which contains the entire ClojureScript compiler analyzer data (this can be enormous).
The total number of lines is 1741812... |
@noprompt you're right - A workaround for now is to set @bbatsov a prudent solution for now is probably to blacklist the |
Fine by me. |
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
I have this error quite often :
Warning (undo): Buffer cider-error' undo info was 14111968 bytes long. The undo info was discarded because it exceededundo-outer-limit'.
(Origin of the error seem to be an issue between piggieback/weasel | boot-cljs-repl | cider, filling the cider-error buffer)
I don't think this buffer need the undo to be activated ?
The text was updated successfully, but these errors were encountered: