RefactoringTools / HaRe

The Haskell Refactoring Tool
http://www.cs.kent.ac.uk/projects/refactor-fp/
Other
139 stars 32 forks source link

Running HaRe on emacs prints Res=[1 of 5] with no code change #68

Open georgewsinger opened 5 years ago

georgewsinger commented 5 years ago

With

f = bottomFunc 1
  where 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?

alanz commented 5 years ago

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