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

![image](https://github.com/user-attachments/assets/f670ecb2-3de9-4b2c-837a-79f27ac29b9d) [These docs](https://pkg.odin-lang.org/base/intrinsics/#wasm_memory_atomic_wait32) seem copied, also the latter does not have a `timeout_ns` param, and both seem to be cut at the end: `but the timeout..` Pkg link: https://github.com/odin-lang/pkg.odin-lang.org/blob/55d6df8c4d02db79e224dd768104c22989721dee/intrinsics.odin#L463

documentation-change

Just running the demo gives you: `src/llvm_backend_const.cpp(93): Assertion Failure: 'lb_sizeof(dst) == lb_sizeof(src)' i8 vs i0`. We may just want to drop support at some point.

bug
llvm-backend

## Context The checker fails to find duplicate cases in a switch statement when struct value is the input. See the example below. odin report output: ``` Odin: dev-2024-08:4dd846fa2 OS:...

enhancement
frontend

I am on MacOS but I believe this would show everywhere. ```odin package main import "base:runtime" main :: proc() { runtime.print_string("Hellope!\n") } ``` ``` odin run test-minimal.odin -file -no-crt -default-to-nil-allocator...

bug

I have three versions of Visual Studio on my machine 2017, 2019 and 2022. The latest version of Odin dev-2024-08-nightly:8359995 was failing to build the simplest "hello world" program giving...

The speedups here aren't as profound as with `index_byte`, but there are some noticeable improvements with larger data sizes. I'm going to leave this as a draft to await feedback....

## Context When you define a vector as a compile time constant, you can only access it's fields with compile time constants. That's not the case with matrices, you can...

bug
llvm-backend

## Context Odin: dev-2024-07:b4ca044ae OS: macOS Sonoma 14 (build: 23A344, kernel: 23.0.0) CPU: Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz RAM: 8192 MiB Backend: LLVM 18.1.7 ## Expected Behavior Should be...

enhancement
frontend

## Context Odin: dev-2024-07:b4ca044ae OS: Windows 10 Professional (version: 22H2), build 19045.4529 CPU: AMD Ryzen Threadripper 3970X 32-Core Processor RAM: 130965 MiB Backend: LLVM 17.0.1 ## Expected Behavior Compiler should...

windows

`-build-mode:test` seems to stick to the allowed flags for building when it shouldn't be.

enhancement