• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

floatdrop / zoxy / 28672697451

03 Jul 2026 04:28PM UTC coverage: 96.236% (+0.004%) from 96.232%
28672697451

push

github

floatdrop
style: snake_case functions and spelled-out names (TigerStyle sweep)

An intermediate review against docs/TIGER_STYLE.md ("snake_case for
functions"; "no abbreviations") found the codebase split: the io
layer, simulator, and pools followed the rules while proxy.zig, the
parsers, config, and obs used camelCase and several abbreviations.
Mechanical sweep, compiler- and test-verified:

- every camelCase function renamed to snake_case;
- rr -> round_robin, resp_NNN -> response_NNN;
- d2u/u2d -> request_pipe/response_pipe (direction by role, not
  arrows), down_fd/up_fd -> downstream_fd/upstream_fd, and the
  matching completion/flag names.

Zig 0.16 idiom check against the release notes came back clean: entropy
and files already flow through init.io, and the notes confirm Io.Uring
is proof-of-concept in 0.16 — validating the direct std.os.linux ring.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

3170 of 3294 relevant lines covered (96.24%)

0.96 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

86.82
src/sim.zig


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc