Skip to content

Commit cb9c7be

Browse files
Prepare for scip-python 0.6.1 release (#180)
Updates some docs based on recent changes, and updates package.json so that we can create a new release where we get meaningful stack traces on errors.
1 parent ed2ad3b commit cb9c7be

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/pyright-scip/CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ in `packages/pyright-scip` which can be invoked with Node
6464
to index a test project.
6565

6666
```
67-
node --enable-source-maps ./index.js <other args>
67+
node ./index.js <other args>
6868
```
6969
7070
### Running tests
@@ -73,8 +73,6 @@ node --enable-source-maps ./index.js <other args>
7373
npm run check-snapshots
7474
```
7575

76-
**WARNING:** At the moment, there are [some known test failures on macOS](https://github.com/sourcegraph/scip-python/issues/91).
77-
7876
Using a different Python version other than the one specified
7977
in `.tool-versions` may also lead to errors.
8078

packages/pyright-scip/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pyright-scip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-python",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "SCIP indexer for Python",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)