Skip to content

Commit 4de8ad4

Browse files
committed
[scip-to-glean facebookincubator#9] Remove rust-lsif indexer and test
1 parent aca7d46 commit 4de8ad4

58 files changed

Lines changed: 0 additions & 5386 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

glean.cabal.in

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,6 @@ library indexers
12051205
glean/lang/swift
12061206
glean/lang/python-scip
12071207
glean/lang/dotnet-scip
1208-
glean/lang/rust-lsif
12091208
glean/lang/rust-scip
12101209
glean/lang/typescript
12111210
glean/index
@@ -1224,7 +1223,6 @@ library indexers
12241223
Glean.Indexer.LSIF
12251224
Glean.Indexer.SCIP
12261225
Glean.Indexer.Swift
1227-
Glean.Indexer.RustLsif
12281226
Glean.Indexer.RustScip
12291227
Glean.Indexer.Typescript
12301228
Glean.Indexer.PythonScip
@@ -2463,18 +2461,6 @@ test-suite glean-snapshot-codemarkup-haskell
24632461
glean:hie-indexer,
24642462
glean:glean
24652463

2466-
test-suite glean-snapshot-rust-lsif
2467-
import: fb-haskell, deps, exe
2468-
hs-source-dirs: glean/lang/rust-lsif/tests
2469-
type: exitcode-stdio-1.0
2470-
main-is: Glean/Regression/RustLsif/Main.hs
2471-
ghc-options: -main-is Glean.Regression.RustLsif.Main
2472-
build-depends:
2473-
glean:regression-test-lib,
2474-
glean:indexers
2475-
if !flag(rust-tests)
2476-
buildable: False
2477-
24782464
test-suite glean-snapshot-rust-scip
24792465
import: fb-haskell, deps, exe
24802466
hs-source-dirs: glean/lang/rust-scip/tests
@@ -2689,18 +2675,6 @@ test-suite glass-regression-go
26892675
if !flag(go-tests)
26902676
buildable: False
26912677

2692-
test-suite glass-regression-rust-lsif
2693-
import: glass-regression-deps, fb-haskell, deps, exe
2694-
type: exitcode-stdio-1.0
2695-
main-is: Glean/Glass/Regression/RustLsif/Main.hs
2696-
ghc-options: -main-is Glean.Glass.Regression.RustLsif.Main
2697-
other-modules: Glean.Glass.Regression.RustLsif
2698-
build-depends:
2699-
glean:indexers,
2700-
glean:lsif
2701-
if !flag(rust-tests)
2702-
buildable: False
2703-
27042678
test-suite glass-regression-java-lsif
27052679
import: glass-regression-deps, fb-haskell, deps, exe
27062680
type: exitcode-stdio-1.0

glean/glass/test/regression/Glean/Glass/Regression/RustLsif.hs

Lines changed: 0 additions & 28 deletions
This file was deleted.

glean/glass/test/regression/Glean/Glass/Regression/RustLsif/Main.hs

Lines changed: 0 additions & 17 deletions
This file was deleted.

glean/index/list/Glean/Indexer/List.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import qualified Glean.Indexer.Yaml as Yaml
3434
#endif
3535
import qualified Glean.Indexer.Go as Go
3636
import qualified Glean.Indexer.JavaLsif as JavaLsif
37-
import qualified Glean.Indexer.RustLsif as RustLsif
3837
import qualified Glean.Indexer.RustScip as RustScip
3938
import qualified Glean.Indexer.Swift as Swift
4039
import qualified Glean.Indexer.Typescript as Typescript
@@ -67,7 +66,6 @@ indexers =
6766
, SomeIndexer JavaLsif.indexer
6867
, SomeIndexer LSIF.indexer
6968
, SomeIndexer SCIP.indexer
70-
, SomeIndexer RustLsif.indexer
7169
, SomeIndexer RustScip.indexer
7270
, SomeIndexer Swift.indexer
7371
, SomeIndexer Typescript.indexer

glean/lang/rust-lsif/Glean/Indexer/RustLsif.hs

Lines changed: 0 additions & 47 deletions
This file was deleted.

glean/lang/rust-lsif/tests/Glean/Regression/RustLsif/Main.hs

Lines changed: 0 additions & 21 deletions
This file was deleted.

glean/lang/rust-lsif/tests/cases/xrefs/Cargo.lock

Lines changed: 0 additions & 149 deletions
This file was deleted.

glean/lang/rust-lsif/tests/cases/xrefs/Cargo.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)