Skip to content

Commit 9c49702

Browse files
chore: Remove convert subcommand & dep on SG monorepo (#275)
We no longer need SCIP to LSIF conversion because the Sourcegraph backend has been able to accept SCIP natively since several major releases, and we do not have any use for LSIF.
1 parent 0504a34 commit 9c49702

File tree

27 files changed

+26
-1171
lines changed

27 files changed

+26
-1171
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.19.10
1+
golang 1.20.14
22
nodejs 16.20.2
33
shellcheck 0.7.1
44
yarn 1.22.17

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## Unreleased (-> v0.5.0)
4+
5+
CLI:
6+
7+
- Breaking changes:
8+
- Removed SCIP to LSIF conversion functionality
9+
10+
Go SCIP bindings
11+
12+
- Breaking changes:
13+
- Removed SCIP to LSIF conversion functionality
14+
315
## v0.4.0
416

517
SCIP schema:

0 commit comments

Comments
 (0)