kleeon
kleeon
I'm having problems with the following code: ``` package main import "core:bytes" import "core:os" import "core:io" main :: proc() { buf: bytes.Buffer fh, _ := os.open("test.txt") s := os.stream_from_handle(fh) rd,...
## Version ``` Odin: dev-2023-04: OS: Windows 10 Professional (version: 21H2), build 19044.2846 CPU: AMD Ryzen 5 5600X 6-Core Processor RAM: 32691 MiB ``` ## Context The following program will...
## Context ``` λ odin version odin version dev-2024-04:2207a0149 ``` ## Steps to Reproduce Can be reproduced with two files. `first.odin` contains following text: ``` package main import "core:odin/parser" main...