You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sometimes open a new Haskell file outside of a project. When I do this Dante gets very slow and Emacs sits at about 100% CPU whenever I edit the buffer.
I found that Emacs supports profiling via (profiler-start) then I did a (profiler-report) to get:
So I guess the root cause is that Dante is trying to get a .cabal file over and over and not finding one. Can we make Dante not spike to 100% whenever I edit a file without a .cabal project?
The text was updated successfully, but these errors were encountered:
I sometimes open a new Haskell file outside of a project. When I do this Dante gets very slow and Emacs sits at about 100% CPU whenever I edit the buffer.
I found that Emacs supports profiling via
(profiler-start)
then I did a(profiler-report)
to get:So I guess the root cause is that Dante is trying to get a .cabal file over and over and not finding one. Can we make Dante not spike to 100% whenever I edit a file without a .cabal project?
The text was updated successfully, but these errors were encountered: