Skip to content

Commit

Permalink
chore: Remove convert subcommand & dep on SG monorepo (#275)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
varungandhi-src authored Aug 19, 2024
1 parent 0504a34 commit 9c49702
Show file tree
Hide file tree
Showing 27 changed files with 26 additions and 1,171 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.19.10
golang 1.20.14
nodejs 16.20.2
shellcheck 0.7.1
yarn 1.22.17
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## Unreleased (-> v0.5.0)

CLI:

- Breaking changes:
- Removed SCIP to LSIF conversion functionality

Go SCIP bindings

- Breaking changes:
- Removed SCIP to LSIF conversion functionality

## v0.4.0

SCIP schema:
Expand Down
Loading

0 comments on commit 9c49702

Please sign in to comment.