mirror of
https://github.com/github/semantic.git
synced 2024-12-27 17:05:33 +03:00
Use the shared blobLanguage computation.
This commit is contained in:
parent
6538f4d885
commit
ed7d152169
@ -65,7 +65,7 @@ parseSymbols blobs = ParseTreeSymbolResponse . V.fromList . toList <$> distribut
|
|||||||
where
|
where
|
||||||
blobLanguage' = blobLanguage blob
|
blobLanguage' = blobLanguage blob
|
||||||
blobPath' = pack $ blobPath blob
|
blobPath' = pack $ blobPath blob
|
||||||
errorFile e = File blobPath' (bridging # blobLanguage blob) mempty (V.fromList [ParseError (T.pack e)]) blobOid
|
errorFile e = File blobPath' (bridging # blobLanguage') mempty (V.fromList [ParseError (T.pack e)]) blobOid
|
||||||
|
|
||||||
symbolsToSummarize :: [Text]
|
symbolsToSummarize :: [Text]
|
||||||
symbolsToSummarize = ["Function", "Method", "Class", "Module", "Call", "Send"]
|
symbolsToSummarize = ["Function", "Method", "Class", "Module", "Call", "Send"]
|
||||||
|
Loading…
Reference in New Issue
Block a user