-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
test(zig): use official zig instead of mach mirror #9659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,5 +2,3 @@ | |||||||||||
|
|
||||||||||||
| assert "mise x zig@0.13.0 -- zig version" "0.13.0" | ||||||||||||
| assert "mise x zig@master -- zig version" | ||||||||||||
|
Comment on lines
3
to
4
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
| assert "mise x zig@2024.11.0-mach -- zig version" "0.14.0-dev.2577+271452d22" | ||||||||||||
| assert "mise x zig@mach-latest -- zig version" | ||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replacement zig@0.14.0 test cases never added
Medium Severity
The PR description states it replaces the mach test cases with
zig@0.14.0and claims coverage of "two distinct released Zig versions (0.13.0, 0.14.0) plusmaster." However, only the mach cases were removed — nozig@0.14.0assertions were added to eithere2e-win/zig.Tests.ps1ore2e/core/test_zig_slow. This reduces test coverage from what was intended.Additional Locations (1)
e2e/core/test_zig_slow#L3-L4Reviewed by Cursor Bugbot for commit 53a0b3d. Configure here.