You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add mem search compatibility helpers for std versions
- Use std.mem.find/findScalar when available and fall back to
indexOf/indexOfScalar.
- Keep tests passing across Zig versions with different std.mem APIs.
- Route test assertions through shared helpers to avoid version-specific
calls.
0 commit comments