Results 5 issues of Oskar Nordkvist Persson

Odin version: dev-2021-12:6ce56080 OS: macOS Monterey 12.0.1 (llvm 13) Following code compiles (notice missing return statement) but crashes with illegal hardware instruction when run. ```odin package bug main :: proc()...

stale

Zero padding of numbers seems to work exactly like Space padding of numbers. However, zero padding is expected to behave differently with numbers. ## Context Odin: dev-2023-03:0d900521 OS: macOS Unknown...

Using multiple inferiors does not seem to work correctly. I have three inferiors (all executables) running in the background: * file a * add-inferior --exec b * add-inferior --exec c...

See wolfpld/tracy for details of what's changed: * https://github.com/wolfpld/tracy/releases/tag/v0.11.0 * https://github.com/wolfpld/tracy/blob/v0.11.0/NEWS The C API have some breaking changes affecting the bindings but they should be minimal. Fixes #7

Tracy v0.11.0 just released. A lot has changed and there will be some breaking changes. Read https://github.com/wolfpld/tracy/blob/v0.11.0/NEWS and https://github.com/wolfpld/tracy/releases/tag/v0.11.0.