Skip to content

Commit

Permalink
Upgrade TS to 0.21.0
Browse files Browse the repository at this point in the history
This is the minimal version I could find that fits all criteria:

1. Determinstic output: tree-sitter/tree-sitter#2755
2. Published for ARM64
3. Tests for reprolang pass
  • Loading branch information
keynmol committed Jun 26, 2024
1 parent 66c03fa commit 795aeda
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 227 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/protobuf-reprolang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- run: docker pull ghcr.io/sourcegraph/scip:latest || echo "no suitable cache"

- run: |
- name: Regenerate protobuf bindings and reprolang parser
run: |
# We're changing the owner of the checkout folder to a particular user id,
# matching the user id of `asdf` user we create inside the docker container.
sudo chown -R 1001:1001 . && ./dev/generate-all-in-docker.sh
Expand Down
2 changes: 1 addition & 1 deletion cmd/scip/tests/reprolang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"nan": "^2.15.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "0.21.0"
}
}
Loading

0 comments on commit 795aeda

Please sign in to comment.