Jeroen van Rijn
Jeroen van Rijn
`odin test` presently prints `Tests failed: 1` (without a newline) on non-Windows platforms, instead of the more elaborate: ``` [Package: test] [Test: trivial_test] W:/Odin-other/Odin-test/test.odin(246:13): 1 does not equal 2. [trivial_test...
We have: ```odin // Compiler Hints expect :: proc(val, expected_val: T) -> T --- ``` Please consider adding: ```odin expect_not :: proc(val, expected_not_val: T) -> T --- likely :: proc(is_likely:...
## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. * Operating System: Ubuntu 20.04...
## Context Odin doesn't build a shared libary on Linux. * Operating System: Ubuntu 20.04 LTS * Please paste `odin version` output: odin version dev-2021-08:40b4f3a9 ## Expected Behavior I expect...
When benchmarking the influence of compiler versions on a piece of code, it would be nice to print the compiler version (and options) it was compiled with. Presently this is...
Support for loading Windows + OS/2 BMP files. - 1, 2, 4, 8, 16, 24 and 32 bpp - Uncompressed, RLE4, RLE8 and Bit Field compression modes Handles V3, V4,...
`thread.join` now waits on user procedure to exit before completing.
As a general rule and strong preference, we would like `@(init)` procedures not to require the `context.allocator` or `context.temp_allocator` unless absolutely necessary. This is so that projects can be compiled...
### Discussed in https://github.com/odin-lang/Odin/discussions/5313 Originally posted by @GloriousPtr June 11, 2025 Would be great to have a way to set the thread name without using os specific API calls.