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

This is something I ran into when writing some odin again recently, after not having used the language for >1 year. Incorrect code: ``` MyEnum :: enum { A, B,...

feature request
Suggestion

## Context Odin: dev-2024-10 OS: Arch Linux, Linux 6.11.3-arch1-1 CPU: Intel(R) Core(TM) i9-14900HX RAM: 15693 MiB Backend: LLVM 18.1.8 ## Expected Behavior The matrix should be transmuted to a simd...

This is a PR that adds debug info for labels in the ``Odin`` compiler, so now labels attached to statements in general like ``if``, ``block``, ``for``, etc., have debug info....

## Context `os2.is_file` are not working on windows * Operating System & Odin Version: ``` Odin: dev-2024-10-nightly:af9ae48 OS: Windows 11 Professional (version: 22H2), build 22621.4317 CPU: AMD Ryzen 5 1600...

## Context The checked in shared libraries under vendor/raylib/linux only support amd64 architecture * Operating System & Odin Version: Odin: dev-2024-10:417e9bb37 OS: Fedora Linux Asahi Remix 40 (KDE Plasma), Linux...

``` Odin: dev-2024-09:8371ef668 OS: Windows 11 Professional (version: 23H2), build 22631.4317 CPU: AMD Ryzen 9 7900X 12-Core Processor RAM: 64661 MiB Backend: LLVM 18.1.8 ``` ```odin package main main ::...

```odin // odin build . package main main :: proc() { b: #simd[4]f32 b.x = 10 } ``` produces `Odin\src\llvm_backend_utility.cpp(1438): Panic: un-gep-able type #simd[4]f32` The code i originally encounterd this...

## Context ``` Odin: dev-2024-10-nightly OS: Arch Linux, Linux 6.11.2-zen1-1-zen CPU: AMD Ryzen 9 9950X 16-Core Processor RAM: 61886 MiB Backend: LLVM 18.1.6 ``` ## Expected Behavior The code in...

## Setup ``` Odin: dev-2024-10:af9ae4897 OS: Debian GNU/Linux 12 (bookworm), Linux 5.15.146.1-microsoft-standard-WSL2 CPU: AMD Ryzen 7 5800X 8-Core Processor RAM: 15956 MiB Backend: LLVM 14.0.6 ``` ``` Odin: dev-2024-04-nightly:aab122ede OS:...