Conversation
skip but compile tests on unsupported platforms
There was a problem hiding this comment.
Code Review
This pull request introduces WebAssembly test support in the Makefile, updates build tags to use the unix constraint, and adds a fallback tryPeek implementation for unsupported platforms. The review feedback highlights two main issues: first, the export PATH command in the Makefile's test-wasm target runs in a separate subshell and will not affect the subsequent go test command; second, the platform check in TestDo unnecessarily skips tests on other supported Unix-like platforms like FreeBSD or AIX.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
skip but compile tests on unsupported platforms