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

Compile following with `odin build .` ```odin package main main :: proc() { defer { foo :: proc(x: int) {return x} } } ``` You should get: ``` D:\a\Odin\Odin\src\llvm_backend_stmt.cpp(42): Assertion...

replicated

I'm getting an error building Metal examples. macOS 13 beta 4 arm64 (kernel version 22.0) Odin dev-2022-08:a0135080 LLVM 14.0.6 (same error with LLVM 13) RAM: 32768 MiB Please note that...

## Context Odin: dev-2022-06-nightly:ba5f7c4e OS: Windows 10 Home Basic (version: 21H2), build 19044.1706 CPU: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz RAM: 16325 MiB ## Expected Behavior This code should compile...

triaged

Title says it all. dx12 had its IDebug but it was missing for dx11. Interface found here: https://docs.microsoft.com/en-us/windows/win32/api/d3d11sdklayers/nn-d3d11sdklayers-id3d11debug Verified with: ``` debug: ^d3d11.IDebug device->QueryInterface(d3d11.IDebug_UUID, (^rawptr)(&debug)) assert(debug != nil) debug->SetFeatureMask(.FINISH_PER_RENDER_OP) assert(debug->GetFeatureMask()...

## Context When creating an alias for an imported struct and running `odin doc -doc-format` (doesn't matter whether it's a directory or a single file) it crashes with the following...

adds `Marshal_Options` to customize the marshal output can switch between tabs / spaces with `use_spaces` & `spaces` >= 1 mjson options for not using quotes & using `=` instead of...

## Context * Operating System & Odin Version: `odin version dev-2022-03:02475de7a` * Please paste `odin report` output: ``` Odin: dev-2022-03:02475de7a OS: Windows 10 Home Basic (version: 21H1), build 19043.1766 CPU:...