Skip to content

Commit b630a4b

Browse files
committed
Add TODO comment
1 parent 651c6f7 commit b630a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Reactor.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,9 @@ diagFor severity rng msg = J.Diagnostic
758758
groupByFst :: Ord a => [(a, b)] -> [(a, [b])]
759759
groupByFst = map (\xs -> (fst (head xs), map snd xs)) . List.groupBy ((==) `on` fst) . List.sortBy (comparing fst)
760760

761+
-- TODO: Handle multiple error files at the same time
762+
-- This might resolve the issue with errors disappearing
763+
761764
mkDiagnostics :: LogAction (LspT LspContext IO) (WithSeverity T.Text)
762765
-> GF.Options -> J.Uri -> IndentForest -> Either SomeException (GF.Err CompileEnv)
763766
-> LspT LspContext IO ()

0 commit comments

Comments
 (0)