Odin
Odin copied to clipboard
Odin Programming Language
## Context * Operating System & Odin Version: git pulled 10 minutes ago (9th of March 2022, 12:13 PST) ## Expected Behavior A clearer message to explain what is actually...
## Context Odin: dev-2022-03:ba412fd8 OS: Linux Mint 20, Linux 5.4.0-89-generic CPU: AMD Ryzen 5 3600 6-Core Processor RAM: 15998 MiB ## Expected Behavior Allow ternary operator when using `..any` ###...
## Context Odin: dev-2022-03:68b74eb7 OS: Linux Mint 20.1, Linux 5.4.0-58-generic CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz RAM: 7812 MiB ## Expected Behavior Allow inner procedures to use generics without...
## Context ``` $ odin report Where to find more information and get into contact when you encounter a bug: Website: https://odin-lang.org GitHub: https://github.com/odin-lang/Odin/issues Useful information to add to a...
* Operating System & Odin Version: Windows x64, `odin.exe version dev-2022-02:093b2288` ```odin package test import "core:fmt" main :: proc() { f :: proc($x: proc(int)) { x(1) } f(proc(i: int) {...
## Context Odin: dev-2022-02:e6a7b85d OS: Ubuntu 20.04.3 LTS, Linux 5.10.60.1-microsoft-standard-WSL2 CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz RAM: 12572 MiB   ## Expected Behavior Expect the example commnt...
## Context Following the example from `vendor/wasm` with a stub Odin program: ```odin package main // Compile: odin build . -target=js_wasm32 main :: proc() { } @export step :: proc...
Currently, you are not allowed to do this: ```odin Result :: struct { value: int, } f :: proc() -> (result: Result = ---) { result.value = 44 return }...
## Context Operating System & Odin Version: * Odin: dev-2022-02:cd89d8a3 * OS: Linux Mint 20, Linux 5.4.0-89-generic * CPU: AMD Ryzen 5 3600 6-Core Processor * RAM: 15998 MiB ##...
## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. * Operating System & Odin...