Skip to content

std.fs.File.stdout() is now std.Io.File.stdout() #212

Description

@brendanny

In zig v0.16.0, File has been moved from std.fs to std.Io.1 Also, writer() now takes three arguments instead of two (implicit file, Io (new), and buffer)2

particularly important in chapter 1 (i've not gotten any further)

Footnotes

  1. https://ziglang.org/documentation/master/std/#std.Io.File

  2. https://ziglang.org/documentation/master/std/#std.Io.File.writer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions