Skip to content

Commit fbc9d1c

Browse files
authored
Merge pull request #381 from bollwyvl/bump-deps
Upgrade linters, language servers
2 parents cad9207 + edc0dad commit fbc9d1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2128
-2701
lines changed

.github/workflows/job.test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
name: ${{ matrix.os }}, Python ${{ matrix.python }}, Node ${{ matrix.nodejs }}
3434
strategy:
35+
# TODO: maybe turn back on
36+
fail-fast: false
3537
matrix:
3638
python: [3.6, 3.7, 3.8]
3739
os: [ubuntu-16.04, macos-10.14, vs2017-win2016]
@@ -83,9 +85,6 @@ jobs:
8385
auto-update-conda: true
8486
use-only-tar-bz2: true # needs to be set for caching to work properly
8587

86-
- name: Install pip dependencies
87-
run: pip install pytest-github-actions-annotate-failures
88-
8988
- name: Describe conda
9089
shell: bash -l {0}
9190
run: |
@@ -105,7 +104,7 @@ jobs:
105104
yarn-
106105
107106
- name: Install npm dependencies
108-
run: jlpm
107+
run: jlpm --ignore-optional
109108

110109
- name: Build the extension
111110
run: jlpm build
@@ -145,6 +144,7 @@ jobs:
145144
run: python scripts/tectonic_cache.py
146145

147146
- name: Run frontend unit tests
147+
if: ${{ !contains(matrix.os, 'win') }}
148148
run: jlpm test
149149

150150
# js_cov_packages:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ atest/output/
113113
junit.xml
114114
coverage/
115115
.vscode/
116-
_schema.d.ts
116+
_*.d.ts
117117
_build
118118
.virtual_documents/

atest/03_Notebook.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Python
1414
Foreign Extractors
1515
${file} = Set Variable Foreign extractors.ipynb
1616
Configure JupyterLab Plugin
17-
... {"language_servers": {"texlab": {"serverSettings": {"latex.lint.onChange": true}}}}
17+
... {"language_servers": {"texlab": {"serverSettings": {"latex.lint.onChange": true}}, "bash-langauge-server": {"bashIde.highlightParsingErrors": true}}}
1818
Capture Page Screenshot 10-configured.png
1919
Reset Application State
2020
Setup Notebook Python ${file}
2121
@{diagnostics} = Create List
22-
... Failed to parse expression # bash
22+
... Failed to parse expression # bash, configured by spec.env
2323
... ame 'valid' # python, mypy and pyflakes will fight over `(N|n)ame 'valid'`, just hope for the best
2424
... Trailing whitespace is superfluous. # r
2525
... `frob` is misspelt # markdown

atest/07_Configuration.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Python
1313
... undefined name 'foo' (flake8)
1414

1515
YAML
16-
[Documentation] EXPECT FAIL Composer YAML files don't allow a "greetings" key
17-
[Tags] expect:fail
16+
[Documentation] Composer YAML files don't allow a "greetings" key
1817
Settings Should Change Editor Diagnostics YAML example.yaml yaml-language-server
1918
... {"yaml.schemas": {"http://json.schemastore.org/composer": "*"}}
2019
... duplicate key

atest/examples/Code overrides.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "python",
3636
"nbconvert_exporter": "python",
3737
"pygments_lexer": "ipython3",
38-
"version": "3.7.5"
38+
"version": "3.7.9"
3939
}
4040
},
4141
"nbformat": 4,

atest/examples/Completion.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"name": "python",
143143
"nbconvert_exporter": "python",
144144
"pygments_lexer": "ipython3",
145-
"version": "3.8.0"
145+
"version": "3.7.9"
146146
}
147147
},
148148
"nbformat": 4,

atest/examples/Diagnostic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"name": "python",
6767
"nbconvert_exporter": "python",
6868
"pygments_lexer": "ipython3",
69-
"version": "3.7.5"
69+
"version": "3.7.9"
7070
}
7171
},
7272
"nbformat": 4,

atest/examples/Foreign extractors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"name": "python",
120120
"nbconvert_exporter": "python",
121121
"pygments_lexer": "ipython3",
122-
"version": "3.7.6"
122+
"version": "3.7.9"
123123
}
124124
},
125125
"nbformat": 4,

atest/examples/Hover.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"name": "python",
5656
"nbconvert_exporter": "python",
5757
"pygments_lexer": "ipython3",
58-
"version": "3.7.5"
58+
"version": "3.7.9"
5959
}
6060
},
6161
"nbformat": 4,

atest/examples/Panel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "python",
3636
"nbconvert_exporter": "python",
3737
"pygments_lexer": "ipython3",
38-
"version": "3.7.5"
38+
"version": "3.7.9"
3939
}
4040
},
4141
"nbformat": 4,

0 commit comments

Comments
 (0)