Skip to content

Update Zig to 0.16.0-dev.2261+d6b3dd25a#32

Merged
unexge merged 1 commit into
mainfrom
push-smltypszvlwx
Jan 22, 2026
Merged

Update Zig to 0.16.0-dev.2261+d6b3dd25a#32
unexge merged 1 commit into
mainfrom
push-smltypszvlwx

Conversation

@unexge

@unexge unexge commented Jan 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Update minimum_zig_version in build.zig.zon to 0.16.0-dev.2261+d6b3dd25a
  • Adapt main functions to new std.process.Init.Minimal API
  • Pass environ to Io.Threaded.init (now required)
  • Use Args.Iterator for command line argument parsing
  • Add missing switch cases for fixed_len_byte_array types 1,3,5,7,9-16

Test plan

  • zig build succeeds
  • zig build test passes
  • zig build run -- ./testdata/parquet-testing/data/byte_stream_split_extended.gzip.parquet works

🤖 Generated with Claude Code

- Update minimum_zig_version in build.zig.zon
- Adapt main functions to new std.process.Init.Minimal API
- Pass environ to Io.Threaded.init (now required)
- Use Args.Iterator for command line argument parsing
- Add missing switch cases for fixed_len_byte_array types 1,3,5,7,9-16
@unexge unexge force-pushed the push-smltypszvlwx branch from 265136f to 39d173b Compare January 22, 2026 23:22
@unexge unexge enabled auto-merge (squash) January 22, 2026 23:22
@unexge unexge merged commit d54433f into main Jan 22, 2026
1 check passed
@unexge unexge deleted the push-smltypszvlwx branch January 22, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant