RefactoringTools / HaRe

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

report appropriately when parsing/renaming/typechecking fails #13

Open alanz opened 8 years ago

alanz commented 8 years ago

By definition HaRe can only change code that already compiles.

If a refactoring is attempted and the compilation fails while loading a module, report this appropriately, so an IDE can report it as an underlying source error rather than an error in the refactoring being attempted, or in HaRe