Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade cpp dictionary #2794

Merged
merged 2 commits into from May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
# the integration tests are independent, so we want to run them all.
fail-fast: false
matrix:
node-version:
- 16.x
Expand Down
4,984 changes: 3,902 additions & 1,082 deletions integration-tests/snapshots/alexiosc/megistos/report.yaml

Large diffs are not rendered by default.

3,936 changes: 3,378 additions & 558 deletions integration-tests/snapshots/alexiosc/megistos/snapshot.txt

Large diffs are not rendered by default.

7,227 changes: 5,409 additions & 1,818 deletions integration-tests/snapshots/php/php-src/report.yaml

Large diffs are not rendered by default.

6,327 changes: 4,959 additions & 1,368 deletions integration-tests/snapshots/php/php-src/snapshot.txt

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Expand Up @@ -47,7 +47,7 @@
"@cspell/dict-aws": "^2.0.0",
"@cspell/dict-bash": "^2.0.2",
"@cspell/dict-companies": "^2.0.4",
"@cspell/dict-cpp": "^2.0.3",
"@cspell/dict-cpp": "^3.0.1",
"@cspell/dict-cryptocurrencies": "^2.0.0",
"@cspell/dict-csharp": "^3.0.1",
"@cspell/dict-css": "^2.0.0",
Expand Down