Laytan
Laytan
I can not reproduce this on LLVM17 + ``` Odin: dev-2024-02:f378367fe OS: macOS Sonoma 14.2.1 (build: 23D56, kernel: 23.2.0) CPU: ARM64 RAM: 8192 MiB ```
I can confirm, running this through asan on amd64 arch fails: ```odin package bug stuff :: proc() -> (a, b: f32, ok: bool) { ok = true return } main...
> Is there no `make` target for the vendored libraries? Only for the ones where we also vendor the original codebase, so for `miniaudio` and `stb` you can see I...
I have made the changes to depend on glfw and raylib formulas and symbolic link them in the right places. This does require my other PR to add a static...
Thanks @MikeMcQuaid and others for reviewing and discussing in the other PR!
If vendor can't be added to the homebrew installation, can you please remove Odin from homebrew, we get regular questions about homebrew installations missing vendor from beginners. Is there an...
So pre-compiled binaries are mainly bundled for Windows, on macos only stb, glfw and raylib are pre-compiled and on Linux it is lua and raylib. Deleting all these binaries should...
Looked into it a bit, and with this change I just PR'ed to Odin: https://github.com/odin-lang/Odin/pull/3134, all the tests/checks I run locally against the formula with vendor added pass. So if...
Why not? These restrictions seem so arbitrary for a package manager. Additionally, all checks pass with these changes. You want me to pull the repo, remove all binaries, compile them...
We are on arch and Debian package managers without any changes, I think they just want the compiler itself to not be pre-compiled. Anyway, I am willing to do the...