-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.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.os-haikuHaikuHaikuos-serenitySerenityOSSerenityOSstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Extracted from #25592.
const have_preadv = switch (native_os) {
.windows, .haiku, .serenity => false, // 💩💩💩
else => true,
}; if (!have_preadv) @compileError("TODO");Windows has its own implementation of fileReadPositional so this is a task for haiku and serenity only.
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.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.os-haikuHaikuHaikuos-serenitySerenityOSSerenityOSstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.