-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.stage1The process of building from source via WebAssembly and the C backend.The process of building from source via WebAssembly and the C backend.
Milestone
Description
Extracted from #4752.
As an example, try removing this @as cast here:
Line 823 in dc04e97
| break :blk @as([]u8, &line_buf); // TODO the cast should not be necessary |
It gives:
lib/std/net.zig:819:60: error: incompatible types: '*[512]u8' and '?[]u8'
The first step to solving this is a self-contained reduced behavior test case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.stage1The process of building from source via WebAssembly and the C backend.The process of building from source via WebAssembly and the C backend.