From d26ad6a0e51a3e02b6d0676eaafda278c39e3197 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sat, 14 Feb 2026 00:55:21 +0100 Subject: Update doc line for `core:os` and `core:os/old`. --- core/os/doc.odin | 7 ++----- core/os/old/doc.odin | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 core/os/old/doc.odin diff --git a/core/os/doc.odin b/core/os/doc.odin index effb5582c..10087a5e1 100644 --- a/core/os/doc.odin +++ b/core/os/doc.odin @@ -1,6 +1,3 @@ -// package os_old provides a platform-independent interface to operating system functionality. -// The design is UNIX-like but with Odin-like error handling. Failing calls return values with a specific error type rather than error number. -// -// The package os_old interface is intended to be uniform across all operating systems. -// Features not generally available appear in the system-specific packages under core:sys/*. +// A cross-platform API for things like `I/O`, intended to be uniform across all operating systems. +// Features not generally available appear in the system-specific packages under `core:sys`. package os diff --git a/core/os/old/doc.odin b/core/os/old/doc.odin new file mode 100644 index 000000000..525c0b96d --- /dev/null +++ b/core/os/old/doc.odin @@ -0,0 +1,2 @@ +// The original implementation of `core:os`, to be removed in Q2 2026. +package os_old \ No newline at end of file -- cgit v1.2.3