Odin
Odin copied to clipboard
Odin Programming Language
expected state: `q := quaternion256{real, i, j, k}` current state:  current workaround: ```odin qf := [4]f64{1.0, 2.0, 3.0, 4.0} q : quaternion256 = transmute(quaternion256)q ```
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
## 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,...