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 Arch Linux, newest commit as of now, compiled with LLVM 13. This bug has also occured for other users on presumably other systems, though. Odin: dev-2022-01:32b37f34 OS: Unknown...

stale

## Context Odin: dev-2022-01-nightly:fb86c23d OS: Windows 10 Home Basic (version: 20H2), build 19042.1466 ## Expected Behavior Don't fail. ## Current Behavior Fails. ## Failure Information (for bugs) **This bug also...

stale

## Context Odin: dev-2022-01-nightly:fb86c23d OS: Windows 10 Home Basic (version: 20H2), build 19042.1466 ## Expected Behavior Do not trigger the defer. ## Current Behavior The @(deferred_) procedure of a base...

stale

## Context Odin: dev-2022-01:6ad262c2 OS: Windows 11 Home Basic (version: 21H2), build 22000.434 CPU: Intel(R) Core(TM) i9-10920X CPU @ 3.50GHz RAM: 32445 MiB ## Expected Behavior The `#any_int` directive should...

stale

## Context ```odin package is_a_bug import "core:fmt" main :: proc() { my_value := 3; { my_value := "String"; fmt.println(my_value); } fmt.println(my_value); } ``` * Operating System & Odin Version: ```...

stale

## Context Hi. I have compiled Odin successfully on the Pinebook Pro (aarch64) by changing the `Linux`part of the `Makefile`like this: ``` ifeq ($(OS), Linux) ARCH=$(shell uname -m) LLVM_CONFIG=llvm-config #...

stale

## Context Odin: `dev-2022-01:2b918ada` The compiler flag `check` will not produce the compiler assertion. You need to use `build` (or `run`). ## Current Behavior ```odin u: union {} switch t...

stale

## Context When trying to assign procedures into enumerated arrays, an LLVM IR dump is printed to the console with some kind of "invalid bitcast" error. Odin: dev-2022-01:c9bc7596 OS: Windows...

bug
llvm-backend
stale

## Context Running odin doc explicitly on the runtime directory fails * Operating System & Odin Version: Odin: dev-2022-01:686dbb44 OS: Windows 10 Home Basic (version: 20H2), build 19042.1466 CPU: Intel(R)...

stale

## Context Debug builds have corrupted stack frame when procedure is passed an array argument proceeding values passed to another procedure in the same stack frame. ``` Odin: dev-2022-01:8f91e930 OS:...

stale