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
f = bottomFunc 1where bottomFunc n = n +1-- cursor is on the beginning of "buttomFunc"
I run hare-refactor-lift-one and the result in *Messages* reads:
Running...done
Res=[1 of 5]
There is no change of code in my buffer or project directory. The same happens when I try to run hare-refactor-rename, etc. What does this mean? How do I fix it?
The text was updated successfully, but these errors were encountered:
georgewsinger
changed the title
Running HaRe on emacs prints Res=\[1 of 5\] with no code change
Running HaRe on emacs prints Res=[1 of 5] with no code change
Feb 15, 2019
Is this using the elisp provided in the HaRe project? Because I am not sure if that still works. The recommended way to use HaRe is through its integration with haskell-ide-engine
With
I run
hare-refactor-lift-one
and the result in*Messages*
reads:There is no change of code in my buffer or project directory. The same happens when I try to run
hare-refactor-rename
, etc. What does this mean? How do I fix it?The text was updated successfully, but these errors were encountered: