Odin
Odin copied to clipboard
Odin Programming Language
If you require a specific LLVM version on Windows for your builds (because of issues with LLVM), there are three branches which I recommend you merge (or patch) _against_: LLVM...
## Context Odin: dev-2022-08:edba99d6 OS: Windows 10 Home Basic (version: 21H2), build 19044.1826 CPU: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz RAM: 8154 MiB ## Expected Behavior Raylib's `IsGestureDetected(Gesture.TAP)` should only...
- Operating System & Odin Version: Windows x64, `odin.exe version dev-2022-04:426a6a95` ```odin package test import "core:os" import "core:fmt" S :: struct { a, b, c: os.Handle, } s := S{...
* Operating System & Odin Version: Windows x64, `odin.exe version dev-2022-04:426a6a95` ```odin package test import "core:os" f :: proc(cmd: string, stdout := os.stdout) {} main :: proc() { f("hi") }...
Done syscalls: `open, close, lseek, read, write, fsync, fstat, lstat, readlink, mkdir, getcwd, rmdir, chmod, umask, chdir, truncate, rename, link, symlink, chown, lchown, setxattr, utime, pipe, pipe2, mmap, munmap, mremap`...
## Context js_wasm32 binaries produced by the compiler do not appear to be correctly generated. Attempting to instantiate them on Firefox results in the error message: `LinkError: import object field...
Logs were always printing an extra space before the string ``` test1 [DEBUG] --- [2022-08-03 17:22:43] [main.odin:21:main()] test2 ``` Repro: ``` package main import "core:log" import "core:os" main :: proc()...
Before this PR the debugger showed `0` for `val` and `i` at every step of the loop. Now it shows `0` `1` `2`. ``` sum := 0 for val, i...
## Context compiler crash parsing vendor:stb/easy_font * Operating System & Odin Version: Odin: dev-2022-04:d10d5471 ## Failure Information (for bugs) in stb_easy_font.odin ### Steps to Reproduce ``` package main import "core:fmt"...