Sunagatov Denis
Sunagatov Denis
This is a work-in-progress draft for the `core:os2/process` api. The goal is to provide an API to Odin for creating and running child processes and provide more things one might...
## Context * `odin version dev-2023-11:59675949` * `Linux bumbread-pc 6.5.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000 x86_64 GNU/Linux` ## Expected Behavior I'm making a small library for...
Some functions like `glfw::Window::create_window_surface` or `glfw::get_required_instance_extensions` are missing from documentation. Might be because they are being gated behind `#[cfg(feature = "vulkan")]`
``` iterate_random :: () -> Iterator(i32) { return .{ data = alloc.on_heap(random.Random.make()), next = (data: rawptr) -> (i32, bool) { random := cast(^random.Random) data; return cast(i32) random->int(), true; }, };...
**V version:** V 0.2.2 47bf644, timestamp: 2021-07-09 03:27:16 +0300 **OS:** Linux 5.8.0-59-generic #66~20.04.1-Ubuntu **What did you do?** ``` asm amd64 { mov } ``` **What did you expect to see?**...
**V version:** V full version: V 0.2.2 44e78a6 **OS:** windows, Microsoft Windows 10 Home Single Language v19042 64-bit Additional potentially-useful details: This system has MSVC and GCC compilers installed and...
Odin: dev-2024-10:2141299d2 OS: Windows 10 Unknown Edition (00000064) (version: 22H2), build 19045.5011 CPU: 12th Gen Intel(R) Core(TM) i5-12500H RAM: 16088 MiB Backend: LLVM 18.1.8 Happens when assigning the result of...
## Context * Odin: dev-2024-09:d2d202673 * OS: Windows 10 Unknown Edition (00000064) (version: 22H2), build 19045.4780 * CPU: 12th Gen Intel(R) Core(TM) i5-12500H * RAM: 16088 MiB * Backend: LLVM...
* Odin: dev-2024-10:b5f7332ff * OS: Windows 10 Unknown Edition (00000064) (version: 22H2), build 19045.4894 * CPU: 12th Gen Intel(R) Core(TM) i5-12500H * RAM: 16088 MiB * Backend: LLVM 18.1.8 Whenever...
## Context * Odin: dev-2024-09:d2d202673 * OS: Windows 10 Unknown Edition (00000064) (version: 22H2), build 19045.4780 * CPU: 12th Gen Intel(R) Core(TM) i5-12500H * RAM: 16088 MiB * Backend: LLVM...