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
trafficstars

Odin: dev-2021-12:c771ea97 OS: Arch Linux, Linux 5.15.6-hardened1-1-hardened CPU: AMD Ryzen 5 1600 Six-Core Processor RAM: 16013 MiB ## Expected Behavior Expect the @ private attribute to work for explicit overloading...

bug
frontend
stale

## Context Odin: dev-2021-12:c771ea97 OS: Windows 10 Home Basic (version: 20H2), build 19042.1237 CPU: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz RAM: 8055 MiB ## Expected Behavior Compiler does not panic....

bug
frontend
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...

bug
frontend
stale

the compiler crashes with the following program: ``` package main import "core:fmt" Foo :: struct { x: int } Bar :: struct { x: int } Baz :: struct {...

stale

## Context I was experimenting with binding an Odin DLL to an Odin executable yesterday. But I was unable to find my procedures using dynlib.symbol_adress() I noticed it only failed...

stale

Odin version: dev-2021-12:6ce56080 OS: macOS Monterey 12.0.1 (llvm 13) Following code compiles (notice missing return statement) but crashes with illegal hardware instruction when run. ```odin package bug main :: proc()...

stale

## Context ``` Odin: dev-2021-12:9f0a30e3 OS: Arch Linux, Linux 5.15.5-arch1-1 CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz RAM: 15919 MiB ``` ### Steps to Reproduce `odin build repro.odin -debug` ```odin...

stale

The following code crashes the compiler silently: ``` package main import "core:fmt" main :: proc() { foo: typeid if foo == #type proc([]any) -> any { fmt.println("hello") } } ```...

bug
stale

Odin Report: ``` Odin: dev-2021-11-nightly:bb7703fc OS: Windows 10 Professional (version: 20H2), build 19042.1348 CPU: AMD Ryzen 5 1600 Six-Core Processor RAM: 16314 MiB ``` Error example ``` package main import...

stale

Odin report: ``` Odin: dev-2021-11-nightly:bb7703fc OS: Windows 10 Professional (version: 20H2), build 19042.1348 CPU: AMD Ryzen 5 1600 Six-Core Processor RAM: 16314 MiB ``` Error example: ``` package main; import...

stale