Skip to content

Issue it the the zig std command #25945

@BlackHart98

Description

@BlackHart98

Zig Version

0.16.0-dev.1316+181b25ce4

Steps to Reproduce and Observed Behavior

There seem to be a breaking change in the zig std command:

Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/compiler/std-docs.zig:61:25: error: root source file struct 'std' has no member named 'net'
    const address = std.net.Address.parseIp("127.0.0.1", listen_port) catch unreachable;
                        ^~~
Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
referenced by:
    callMain [inlined]: Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/start.zig:714:37
    callMainWithArgs [inlined]: Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/start.zig:674:20
    main: Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/start.zig:689:28
    1 reference(s) hidden; use '-freference-trace=4' to see all references

Expected Behavior

It should start up the std localhost

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions