Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Odin Programming Language

Results 744 Odin issues
Sort by recently updated
recently updated
newest added

Whenever I have issues with parapoly procedures, it's often a struggle to figure out what invocation is making it angry. It would be helpful to know what the compile-time parameters...

This should fix issues where `N00 / (pow+2)` results in a different number than `N / pow`. @karl-zylinski Would you be able to try this out and let me know...

we already have a special case for this in `type_can_be_direct` but it was overwriting that decision here, also had a bug where it was setting the calling convention after computing...

`builder.write_f64(&b, 0.123, 'f')` it will now output `0.123` instead of `0.1230000000000000`. Also it will will output `0` instead of `0.0000000000000000` and `1` instead of `1.0000000000000000`. This will also affect JSON...

I'd like to get some extra eyes on this. This is a minimal syscall-based implementation to get FreeBSD working with the `net` package. I've made sure tests pass, and I...

## 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 & Odin...

stale

I wrote these for my ongoing work with FreeBSD.

Would be nice to use this in a compile time assertion, to prevent shooting yourself in the foot when dealing with explicit sizing of structs

## Context ``` Odin: dev-2024-06:80592f0f5 OS: Windows 10 Home Basic (version: 22H2), build 19045.4529 CPU: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz RAM: 65343 MiB Backend: LLVM 17.0.1 ``` ## Expected...

frontend
replicated

**UPDATE:** Alright, I went the long way around, but this new fix should satisfy everyone. I've re-implemented the squiggles, except this time I'm using a library I wrote based off...