-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Zig Version
0.11.0-dev.1606+3c2a43fdc
Steps to Reproduce and Observed Behavior
- Create a Zig project using either
zig init-liborzig init-exe - Create a build.zig.zon file:
.{
.name = "viisi",
.description = "A RISC-V hobby computer inspired by old 80s/90s UNIX workstations",
.version = "0.1.0",
.dependencies = .{
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/272d8e2088b2cae037349fb260dc05ec46bba422.tar.gz",
},
},
}- Run
zig build
Expected Behavior
It should be able to resolve github.com and download the file.
MichaelBelousov, siepkes and jtrunce
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.