Skip to content

Commit 9b50e9e

Browse files
authored
Release v8.0.1 (#7043)
* Update Move grammar * Update cached license * v8.0.1
1 parent f0aebbe commit 9b50e9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
# The error count will need to be adjusted here until such time as all grammars are 100% error free.
6060
desc "Check that compiling the grammars doesn't introduce any new unexpected errors"
6161
task :check_grammars do
62-
expected_error_count = 51 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
62+
expected_error_count = 48 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
6363
rm_rf "linguist-grammars"
6464
output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars")
6565
errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.0.1

vendor/grammars/vscode-move-syntax

vendor/licenses/git_submodule/vscode-move-syntax.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: vscode-move-syntax
3-
version: 0cff4af858fc827ad7cc09729d09cdca81934f6e
3+
version: 4b04e9d614901097ffc0663fef40bd3e5d87779e
44
type: git_submodule
55
homepage: https://github.com/damirka/vscode-move-syntax.git
66
license: mit

0 commit comments

Comments
 (0)