Odin
Odin copied to clipboard
Odin Programming Language
## Context * Operating System & Odin Version: * using odin-windows-amd64-nightly+2024-07-19 Odin: dev-2024-07-nightly:7237f9c OS: Windows 10 Professional (version: 22H2), build 19045.4412 CPU: AMD Ryzen 5 5600 6-Core Processor RAM: 16305...
## Context `uname -a` Linux thinkpad 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux `odin report` Odin: dev-2024-07:65c91b7dd OS: Ubuntu 22.04.4 LTS, Linux 6.5.0-44-generic...
## Context ``` Odin: dev-2024-07 OS: Windows 10 Professional (version: 22H2), build 19045.3570 CPU: AMD Ryzen 5 3600 6-Core Processor RAM: 16286 MiB Backend: LLVM 17.0.1 ``` ## Expected Behavior...
Was looking at #3970 which crashes because it tries to print a big error message, looks like that code was just extremely busted? Here is an attempt at fixing, after...
Code: ``` package main foo : Maybe(any) main :: proc() { bar : i32 = 1234 foo = bar } ``` Build Output: `[1] 92297 segmentation fault odin build .`
## Context This was talked about at: https://discord.com/channels/568138951836172421/568871298428698645/1264674940611858482 Observe the following code: ``` state = { active_elements = make(map[Element]Element_container), gui_pipeline = render.pipeline_make(render.get_default_shader(), .blend, false, false), default_style = { default =...
## Context * Operating System & Odin Version: ``` Odin: dev-2024-07:51733fce6 OS: Windows 10 Home Basic (version: 22H2), build 19045.4651 CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz RAM: 65495 MiB...
## Context * Operating System & Odin Version: ``` Odin: dev-2024-07:1770e3a9a OS: Fedora Linux 40 (KDE Plasma), Linux 6.9.7-200.fc40.x86_64 CPU: AMD Ryzen 5 7600X 6-Core Processor RAM: 79562 MiB Backend:...

Building LLVM in a mode that has assertions enabled makes any compilation done with it fail assertions. This is incredibly annoying when trying to use a debug version of LLVM...