Skip to content

Commit a6d6113

Browse files
committed
doc: Add debugging note
1 parent be251f4 commit a6d6113

File tree

1 file changed

+5
-0
lines changed
  • plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins

1 file changed

+5
-0
lines changed

plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ getIndentedGroupsBy pred inp = case dropWhile (not.pred) inp of
131131
indentation :: T.Text -> Int
132132
indentation = T.length . T.takeWhile isSpace
133133

134+
-- TODO: This doesn't seem to handle qualified imports properly:
135+
--
136+
-- plugins/hls-refactor-plugin/test/Main.hs:4011:
137+
-- CodeAction with title "Replace _toException with E.toException" not found in
138+
-- [..., "Replace _toException with toException", ...]
134139
printErr :: SDoc -> T.Text
135140
printErr =
136141
unescape

0 commit comments

Comments
 (0)