Commit 115410b
* refactor(renderer): replace WeakMap theme propagation with stack
* chore(native): sync Zireael v1.3.8-alpha.8
* core(drawlist): add buildInto for v2 and v3 builders
* ci: optimize PR pipeline — concurrency, fast gate, reduced matrix
- Add concurrency group to ci.yml and codeql.yml to cancel in-progress
runs on re-push (biggest win for runner contention)
- Extract lint/typecheck/codegen/portability/unicode into a dedicated
`checks` job that gates the matrix — lint failures caught in ~2 min
instead of after the full 15-min pipeline
- Dynamic matrix: 5 runners on PRs (Linux × Node 18/20/22, macOS × 22,
Windows × 22), full 3×3 on push to main
- Remove redundant lint/typecheck/codegen/biome-install steps from each
matrix cell and the bun job
- Remove duplicate docs job (already handled by docs.yml)
Net effect on PRs: 13 jobs → 9, ~44% fewer runners, fast-fail on
static checks, stale runs cancelled automatically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert "ci: optimize PR pipeline — concurrency, fast gate, reduced matrix"
This reverts commit 183532e.
* EPIC 6: packed style pipeline + Zireael vendor bump
* fix(core): restore canvas overlay hex parsing
* fix(ci): satisfy guardrails, lint, and typecheck
* fix(review): address outstanding PR threads and CI regressions
* feat: land blit-rect pipeline and regression audit tooling
* Fix refactor regressions and sync native vendor to Zireael PR
* Bump vendored Zireael to include review-thread fixes
* vendor zireael: bump to c0849ae after main merge
* Address PR #223 unresolved review feedback
* Fix drawlist text perf counters and CI lockfile sync
* Fix regression dashboard lint violations
* Fix CI lint failures and apply review nitpicks
* Apply biome formatting fixes for CI lint
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fa62449 commit 115410b
File tree
166 files changed
+7816
-3997
lines changed- .github/workflows
- docs
- backend
- dev
- protocol
- examples/regression-dashboard
- src
- __tests__
- helpers
- screens
- packages
- core/src
- __tests__
- integration
- app
- __tests__
- widgetRenderer
- drawlist
- __tests__
- layout/kinds
- perf
- renderer
- __tests__
- renderToDrawlist
- widgets
- runtime
- __tests__
- theme
- __tests__
- widgets
- __tests__
- create-rezi/templates/starship/src
- screens
- ink-compat/src/runtime
- native
- src
- vendor
- zireael
- include/zr
- src
- core
- platform/win32
- unicode
- util
- node/src
- backend
- worker
- testkit/fixtures
- zrdl-v1-graphics/widgets
- zrdl-v1
- golden
- widgets
- scripts
- __tests__
- vendor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+7816
-3997
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
60 | 77 | | |
61 | 78 | | |
62 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments