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-04:f92ffe60 OS: Windows 10 Unknown Edition (0000007d) (version: 21H2), build 19044.1645 CPU: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz RAM: 8086 MiB ## Bug In this directory...

bug
frontend

## Expected Behavior ### Steps to Reproduce ```odin package main import "core:fmt" main :: proc() { { v := i16be(-1) //Assign with constant big endian literal fmt.printf("{}\n", v) w :=...

bug
llvm-backend

- Fix a bug in `config_darwin` where a llvm-config version less than 13 would be accepted because a parameter expansion was forgotten. - Port the script to POSIX sh (replace...

needs-validation

I changed the files that used `//+ignore` to use `//+build ignore` as they should. Also removed the ignore tag from `core:math/big/internal.odin` since those procedures can be called from elsewhere, like...

Under Linux (and other *nix) `realpath` will return NULL when resolving a given path if the file or path does not exist. When this happens the error message returned by...

stale

### **Untested**: I do not have a FreeBSD target. Someone else needs to check to see if this works. FreeBSD's systemcall handler clears out R8, R9, and R10 prior to...

stale

When converting a derived pointer type to a base type in a procedure type which takes the base type as a pointer type with either explicit cast or `auto_cast`, the...

stale