mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
@@ -718,7 +718,7 @@ proc recompilePartially(graph: ModuleGraph, projectFileIdx = InvalidFileIdx) =
|
||||
func deduplicateSymInfoPair[SymInfoPair](xs: seq[SymInfoPair]): seq[SymInfoPair] =
|
||||
# xs contains duplicate items and we want to filter them by range because the
|
||||
# sym may not match. This can happen when xs contains the same definition but
|
||||
# with different signature becase suggestSym might be called multiple times
|
||||
# with different signature because suggestSym might be called multiple times
|
||||
# for the same symbol (e. g. including/excluding the pragma)
|
||||
result = @[]
|
||||
for itm in xs.reversed:
|
||||
|
||||
Reference in New Issue
Block a user