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 ``` Odin: dev-2022-12:ffe953b4 OS: Windows 11 Home Basic (version: 22H2), build 22621.963 CPU: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz RAM: 32689 MiB ``` ## Failure Information (for bugs)...

stale

## Context ``` Action :: union { world.Action, ui.Action, } ``` ``` input_bindings = make(map[Action][]Physical_Input) for action, inputs in binds { // binds is a map[Action][]Physical_Input literal, which I understand...

stale

Fix building on systems with default LLVM v15 and higher, Arch Linux for example.

## Context Odin e24315eed892aeb6c53da78c415455a80ccdf5e5 Linux ## Bug ```odin Bug :: struct { val: int, arr: []int, } v: int = 123 bug := Bug { val = v, //expected: 123...

More bindings to kernel32 and user32.

## Context When calling a parapoly which has an array of a parameterized type, the program crashes. making $T a constant type avoids the crash (`[$N]int` still works, for instance)...

stale

* Operating System & Odin Version: Odin: dev-2023-04:b42bb5be OS: Windows 10 Home Basic (version: 21H2), build 19044.2728 CPU: AMD Ryzen 7 5800X 8-Core Processor RAM: 32711 MiB The type checker...

bug

## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. * OS: Linux Mint Vera...

## Context In the process of porting a library, I allowed a good number of errors to accrue before bothering to address them. I noticed that >20 errors (guessing) the...

stale

When benchmarking the influence of compiler versions on a piece of code, it would be nice to print the compiler version (and options) it was compiled with. Presently this is...

enhancement
feature request
stale