Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

zig 0.12 migrations #1

Open
markjoshwel opened this issue May 2, 2024 · 0 comments
Open

zig 0.12 migrations #1

markjoshwel opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@markjoshwel
Copy link
Owner

markjoshwel commented May 2, 2024

  1. std.os has been renamed to std.posix
    as such, as per the release notes nuko will henceforth use std.process.exit

  2. lowercase enum fields

    Zig 0.12.0 takes the opportunity to adjust the field names of some enums in std.builtin to align with our current naming conventions, which dictate that enum fields should be snake_case. The following enums have been updated:

@markjoshwel markjoshwel self-assigned this May 2, 2024
@markjoshwel markjoshwel changed the title zig 0,12 migration: use std.process.exit instead of std.os zig 0.12 migrations May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant