1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Don't even set these blobOid fields.

This commit is contained in:
Patrick Thomson 2020-01-27 18:08:17 -05:00
parent 5194b1b8f2
commit a1f46b26e1

View File

@ -88,7 +88,6 @@ parseSymbols blobs = do
& P.language .~ (bridging # blobLanguage')
& P.symbols .~ mempty
& P.errors .~ [defMessage & P.error .~ pack e]
& P.blobOid .~ mempty
tagsToFile :: [Tag] -> File
tagsToFile tags = defMessage
@ -96,7 +95,6 @@ parseSymbols blobs = do
& P.language .~ (bridging # blobLanguage')
& P.symbols .~ fmap tagToSymbol tags
& P.errors .~ mempty
& P.blobOid .~ mempty
tagToSymbol :: Tag -> Symbol
tagToSymbol Tag{..} = defMessage