Odin
Odin copied to clipboard
Odin Programming Language
## Context ``` Odin: dev-2022-08:5387ec5f OS: Fedora Linux 36 (Workstation Edition), Linux 5.18.16-200.fc36.x86_64 CPU: AMD Ryzen 5 1600 Six-Core Processor RAM: 15926 MiB ``` ## Expected Behavior `f32be` can be...
`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...
## Context Floating point printing is incorrect for large values of floats. The values are well within the range of the floats, however an extraneous character is added to the...
## Context The power functions cpow and cpowf should take in two arguments, the base and the power. However the declarations/bindings in c/libc/complex.odin only have a single argument. The end...
## Context Odin report: ``` Odin: dev-2022-09-nightly:74458ab0 OS: Windows 11 Home Basic (version: 21H2), build 22000.856 CPU: AMD Ryzen 9 5900X 12-Core Processor RAM: 32671 MiB ``` ## Expected Behavior...
## Context Odin: dev-2022-09-nightly:e7fb2cf7 OS: Windows 10 Home Basic (version: 21H1), build 19043.2006 CPU: AMD Ryzen 7 3700X 8-Core Processor RAM: 32694 MiB ## Expected Behavior The following program should...
When calling a procedure that's a member of a struct and passing the struct by value as an argument, the struct appears most of the time to be uninitialized within...
Odin `dev-2021-09:b3dc3f59` ```odin Foo :: struct($T: typeid) {} foo: Foo(123) ``` `Odin\src\types.cpp(2906): Assertion Failure: is_type_typed(t)`
## Report Odin: dev-2022-05:f27f5955 OS: Windows 10 Unknown Edition (0000007d) (version: 21H2), build 19044.1645 CPU: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz RAM: 8086 MiB ## Code ```odin package bug8...