Skip to content

Commit cecb9c9

Browse files
committed
[scip-to-glean facebookincubator#6] Remove the Haskell SCIP converter
1 parent c7eaba2 commit cecb9c9

14 files changed

Lines changed: 48 additions & 10434 deletions

File tree

glean.cabal.in

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,25 +1382,7 @@ library scip
13821382
import: fb-haskell, fb-cpp, deps
13831383
hs-source-dirs: glean/lang/scip
13841384
exposed-modules:
1385-
Data.SCIP.Angle
13861385
Glean.SCIP.Driver
1387-
build-depends:
1388-
glean:if-proto-scip-hs,
1389-
glean:lsif,
1390-
microlens,
1391-
proto-lens,
1392-
1393-
-- SCIP support.
1394-
--
1395-
-- Haskell bindings and spec https://github.com/sourcegraph/scip
1396-
--
1397-
library if-proto-scip-hs
1398-
import: fb-haskell, deps
1399-
exposed-modules:
1400-
Proto.Scip,
1401-
Proto.Scip_Fields
1402-
hs-source-dirs: glean/lang/scip/proto
1403-
build-depends: proto-lens-runtime
14041386

14051387
-- -----------------------------------------------------------------------------
14061388
-- Glass services

glean/lang/dotnet-scip/Glean/Indexer/DotnetScip.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ indexer = Indexer {
5151
scipOutDir = Nothing,
5252
scipRoot = indexerRoot,
5353
scipWritesLocal = True,
54-
scipLanguage = Just SCIP.CSharp,
5554
scipToGlean = scipToGlean
5655
}
5756
sendJsonBatches backend repo (dotnetScipBinary <> "/scip") val

glean/lang/go/Glean/Indexer/Go.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ indexer = Indexer {
6767
scipOutDir = Nothing,
6868
scipRoot = indexerRoot,
6969
scipWritesLocal = False,
70-
scipLanguage = Just SCIP.Go,
7170
scipToGlean = scipToGlean
7271
}
7372
sendJsonBatches backend repo (scipGoBinary <> "/scip") val

glean/lang/python-scip/Glean/Indexer/PythonScip.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ indexer = Indexer {
5151
scipOutDir = Nothing,
5252
scipRoot = indexerRoot,
5353
scipWritesLocal = True,
54-
scipLanguage = Just SCIP.Python,
5554
scipToGlean = scipToGlean
5655
}
5756
sendJsonBatches backend repo (pythonScipBinary <> "/scip") val

glean/lang/rust-scip/Glean/Indexer/RustScip.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ indexer = Indexer {
5151
scipOutDir = Nothing,
5252
scipRoot = indexerRoot,
5353
scipWritesLocal = True,
54-
scipLanguage = Just SCIP.Rust,
5554
scipToGlean = scipToGlean
5655
}
5756
sendJsonBatches backend repo (rustAnalyzerBinary <> "/scip") val

0 commit comments

Comments
 (0)