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

expected state: `q := quaternion256{real, i, j, k}` current state: ![image](https://github.com/odin-lang/Odin/assets/52809771/22e62281-d18d-4e96-bf22-67d0b5a7c335) current workaround: ```odin qf := [4]f64{1.0, 2.0, 3.0, 4.0} q : quaternion256 = transmute(quaternion256)q ```

stale

Define `CXX` after `LLVM_CONFIG` to use `$LLVM_CONFIG --bindir` to choose the correct binary from the specified version. In my case using Fedora 40, the command for compilation using `master`: ```...

## Context ``` Odin: dev-2024-03-nightly:4c35633e0 OS: Windows 10 Professional (version: 22H2), build 19045.4291 CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz RAM: 32681 MiB Backend: LLVM 17.0.1 ``` ## Expected Behavior...

Modify documentation-text for procedure write_f64 : change type f32 to f64

documentation-change

## Context I discovered this bug after making a typo with an `append` parameter. It's a regression caused by the fix I introduced in commit ebfbe4d26031bde4e91ba489102d60fe6959173f. I narrowed the reproduction...

## Context ``` Odin: dev-2024-03-nightly:4c35633e0 OS: Windows 10 Professional (version: 22H2), build 19045.4291 CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz RAM: 32681 MiB Backend: LLVM 17.0.1 ``` ## Current Behavior...

## Context ``` Odin: dev-2024-03-nightly:4c35633e0 OS: Windows 10 Professional (version: 22H2), build 19045.4291 CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz RAM: 32681 MiB Backend: LLVM 17.0.1 ``` ## Expected Behavior...

## Context Running i386 arch in a container so this could be related to my setup. Tried on the latest master as well. ```none Odin: dev-2024-04:008d20a25 OS: Debian GNU/Linux trixie/sid,...