chore: archive skipped changes and fix browser test setup#19
Merged
Conversation
- Extract GPU prefix sum into dedicated ScanModule - Create src/sorting/scan/ with ScanModule class - Split scan WGSL kernels from radix.wgsl to scan.wgsl - Refactor RadixSorter to consume ScanModule - Add ScanModule interface tests - Archive completed OpenSpec changes: - sorting-runtime-hardening - injectable-gpu-runtime - scan-module-extraction This improves code organization by giving GPU prefix sum its own module, shader ownership, and tests. RadixSorter is now reduced to histogram/scatter orchestration plus scan consumption.
- Archive demo-benchmark-orchestration (over-engineering for demo project) - Archive doc-implementation-sync (core work completed) - Fix playwright.config.ts: add WebGPU flags and testMatch pattern - Fix ScanModule: batch GPU commands in single command encoder - Fix fixtures: navigate to Vite dev server before tests - Update browser-e2e-testing tasks with blocker note Browser tests fail on SwiftShader (headless Chromium) due to incomplete WebGPU compute shader support. Node.js tests pass (103/103).
LessUp
added a commit
that referenced
this pull request
May 22, 2026
…testing chore: archive skipped changes and fix browser test setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
demo-benchmark-orchestrationchange — over-engineering for a demo projectdoc-implementation-syncchange — core work already completedChanges
openspec/archive/2026-05-demo-benchmark-orchestration/openspec/archive/2026-05-doc-implementation-sync/playwright.config.tssrc/sorting/scan/ScanModule.tstest/browser/fixtures.tsTest Status
Browser tests fail in headless Chromium due to SwiftShader's incomplete WebGPU compute shader support. This is a known limitation of the software renderer, not a code issue.
Test plan
npm run typecheckpassesnpm run lintpassesnpm run testpasses (103 tests)npm run buildsucceeds