Skip to content

Commit def65c2

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

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
@@ -2445,18 +2443,6 @@ test-suite glean-snapshot-codemarkup-haskell
24452443
glean:hie-indexer,
24462444
glean:glean
24472445

2448-
test-suite glean-snapshot-rust-lsif
2449-
import: fb-haskell, deps, exe
2450-
hs-source-dirs: glean/lang/rust-lsif/tests
2451-
type: exitcode-stdio-1.0
2452-
main-is: Glean/Regression/RustLsif/Main.hs
2453-
ghc-options: -main-is Glean.Regression.RustLsif.Main
2454-
build-depends:
2455-
glean:regression-test-lib,
2456-
glean:indexers
2457-
if !flag(rust-tests)
2458-
buildable: False
2459-
24602446
test-suite glean-snapshot-rust-scip
24612447
import: fb-haskell, deps, exe
24622448
hs-source-dirs: glean/lang/rust-scip/tests
@@ -2671,18 +2657,6 @@ test-suite glass-regression-go
26712657
if !flag(go-tests)
26722658
buildable: False
26732659

2674-
test-suite glass-regression-rust-lsif
2675-
import: glass-regression-deps, fb-haskell, deps, exe
2676-
type: exitcode-stdio-1.0
2677-
main-is: Glean/Glass/Regression/RustLsif/Main.hs
2678-
ghc-options: -main-is Glean.Glass.Regression.RustLsif.Main
2679-
other-modules: Glean.Glass.Regression.RustLsif
2680-
build-depends:
2681-
glean:indexers,
2682-
glean:lsif
2683-
if !flag(rust-tests)
2684-
buildable: False
2685-
26862660
test-suite glass-regression-java-lsif
26872661
import: glass-regression-deps, fb-haskell, deps, exe
26882662
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)