Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Odin Programming Language

Results 744 Odin issues
Sort by recently updated
recently updated
newest added

## 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...

stale

## 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` ###...

stale

## 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...

stale

## 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...

stale

* 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) {...

stale

## 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 ![image](https://user-images.githubusercontent.com/37253999/155237678-d982b21f-b164-4052-b7f7-318eac4856b6.png) ![image](https://user-images.githubusercontent.com/37253999/155237688-0c287974-877a-4d45-bc9d-a73787339fd4.png) ## Expected Behavior Expect the example commnt...

stale

## 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...

stale

Currently, you are not allowed to do this: ```odin Result :: struct { value: int, } f :: proc() -> (result: Result = ---) { result.value = 44 return }...

stale

## 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 ##...

stale

## 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...

stale