blob1807

Results 13 issues of blob1807

## Context Odin: dev-2024-02-nightly:539cec74 Odin: dev-2024-02:19535d87 OS: Windows 11 Home Basic (version: 22H2), build 22621.3007 CPU: AMD Ryzen 7 6800HS with Radeon Graphics RAM: 15608 MiB Debugged with WinDbg running...

## Context I found those around 4~5 months back but forgot to making a report. * Odin: dev-2024-01-nightly:5961d4b3 & dev-2024-01:1c9ec27d * OS: Windows 11 Home Basic (version: 22H2), build 22621.3007...

bug

Add support for writing an enum value's name instead of its underlining value. Added bool to Marshal_Options to enable this & check for empty enum, e.g. `j :: enum{}`. Example:...

Bug fix for https://github.com/odin-lang/Odin/issues/3173 Issue is caused by `info.tag_type` being `nil` when a union in empty, e.g. `j :: union{}`. So trying to get its `.id` field causes an access...

It's seeing `yd` as a `bool` it should be `int`. The type doesn't matter it'll always been seen as `bool`. ```odin Foo :: struct{d: []int} x,y := Foo{d=[]int{1,2,3}}, Foo{d=[]int{1,2,3}} for...

## Context Odin: dev-2024-04-nightly:a00d96c0d OS: Windows 11 Home Basic (version: 23H2), build 22631.3447 CPU: AMD Ryzen 7 6800HS with Radeon Graphics RAM: 15608 MiB Backend: LLVM 17.0.1 ## Expected Behavior...

bug
frontend

## Context Odin: dev-2024-04:caa8863c9 OS: Windows 11 Home Basic (version: 23H2), build 22631.3447 CPU: AMD Ryzen 7 6800HS with Radeon Graphics RAM: 15608 MiB Backend: LLVM 17.0.1 ## Current Behavior...

## Failure Information (for bugs) I have gotten the following CPP error. This error has only showed up resently & only on Win11 ``` src\llvm_backend_stmt.cpp(1467): Assertion Failure: `are_types_identical(e->type, type_deref(value.type))` ^UD_Property_Value...

stale

## Context Odin: dev-2024-05:1d3c061ad OS: Windows 11 Home Basic (version: 23H2), build 22631.3447 CPU: AMD Ryzen 7 6800HS with Radeon Graphics RAM: 15608 MiB Backend: LLVM 17.0.1 This issue was...

## Context Odin: dev-2023-11-nightly:ef5eb4b6 OS: Windows 10 Home Basic (version: 22H2), build 19045.3636 CPU: AMD Ryzen 5 3600 6-Core Processor RAM: 32712 MiB Odin-http: Commit f3c5d1acda30a319ce468aa59696635bf78c6f02 Firewall rules for Inbound...

bug
server
Non-Blocking IO
can't reproduce
windows