Skip to content

Commit

Permalink
Release v8.0.1 (#7043)
Browse files Browse the repository at this point in the history
* Update Move grammar

* Update cached license

* v8.0.1
  • Loading branch information
lildude authored Sep 17, 2024
1 parent f0aebbe commit 9b50e9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end
# The error count will need to be adjusted here until such time as all grammars are 100% error free.
desc "Check that compiling the grammars doesn't introduce any new unexpected errors"
task :check_grammars do
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.
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.
rm_rf "linguist-grammars"
output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars")
errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.0.1
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-move-syntax
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/vscode-move-syntax.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: vscode-move-syntax
version: 0cff4af858fc827ad7cc09729d09cdca81934f6e
version: 4b04e9d614901097ffc0663fef40bd3e5d87779e
type: git_submodule
homepage: https://github.com/damirka/vscode-move-syntax.git
license: mit
Expand Down

0 comments on commit 9b50e9e

Please sign in to comment.