Skip to content

Commit c350965

Browse files
committed
all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning
There are some breaking changes in this commit, see #11455. Closes #11455 Closes #11549 Fixes #10104 Fixes #10380 Fixes #10694 Fixes #11439 Fixes #11453 Fixes #11457 Fixes #11466 Fixes #11540 Fixes #11551 Fixes #11556 Fixes #11654 Fixes #11661 Fixes #11663 Fixes #11664 Fixes #11669 Fixes #11671 Fixes #11807 Fixes #11808 Fixes #11809 Fixes #11815 Fixes #11840 Fixes #11860 Fixes #11883 Fixes #7425 Fixes #7436 Fixes #7437 Fixes #7544 Fixes #7882 Fixes #8307 Fixes #8498 Fixes #8927 Fixes #9192 Fixes #9324 Fixes #9343
1 parent a541e3b commit c350965

File tree

439 files changed

+18981
-17982
lines changed

Some content is hidden

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

439 files changed

+18981
-17982
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
curl -LJO "https://github.com/sass/dart-sass/releases/download/${env:SASS_VERSION}/dart-sass-${env:SASS_VERSION}-windows-x64.zip";
8888
Expand-Archive -Path "dart-sass-${env:SASS_VERSION}-windows-x64.zip" -DestinationPath .;
8989
echo "$env:GITHUB_WORKSPACE/dart-sass/" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf-8 -Append
90+
- if: matrix.os == 'ubuntu-latest'
91+
name: Install staticcheck
92+
run: go install honnef.co/go/tools/cmd/staticcheck@latest
93+
- if: matrix.os == 'ubuntu-latest'
94+
name: Run staticcheck
95+
run: staticcheck ./...
9096
- if: matrix.os != 'windows-latest'
9197
name: Check
9298
run: |

0 commit comments

Comments
 (0)