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

## Context * Operating System: `Linux Mint 20 - Kernel 5.4.0-73-generic` * Please paste `odin version` output: `odin version dev-2021-07:f7413ca9` ## Expected Behavior Negate a default procedure parameter just like...

better-error-message-needed
not-a-bug

Changes made: Capitalized the first letter of every sentence. Improved the description of Odin's features. Added a brief explanation of the code snippet. Fixed minor grammar errors. Removed the repetition...

I think there is a typo in the `Loadahead_Reader` struct, because all related procedures have `lookahead_` prefix and some of them [refer](https://pkg.odin-lang.org/core/bufio/#lookahead_reader_consume) to the struct as `Lookahead_Reader`.

Putting a program into your path on a UNIX system with a file extension means that you have to type the extension out for every invocation of the program. A...

## Context Win10, built with x64 Native Tools Command Prompt for VS2017, odin.exe and link.exe locations added into PATH. Odin: dev-2023-04:be0a5430 OS: Windows 10 Professional (version: 22H2), build 19045.2846 CPU:...

I feel mixed named and unnamed argument support would be a great addition to odin and would make odin code much easier to read, write and maintain. The specific case...

enhancement
feature request
feature idea
stale

**Is your feature request related to a problem? Please describe.** The feature I request is the ability to add rpath's to frameworks and so/lib/dylib files so that the can be...

## Context Odin: dev-2023-04:341ba347 OS: Windows 10 Home Basic (version: 22H2), build 19045.2846 ## Expected Behavior Expected to see the emoji from this example https://github.com/odin-lang/Odin#the-odin-programming-language ## Current Behavior `The program...

## Context I can't index into a `#soa` array/slice with integer of type other than `int`. E.g. if I use `i32` to read from `#soa[1024]Foo` it triggers a compiler assert...

```go blah:: struct #packed #align 2 { ... } ``` This should work, as per discussion on Discord. Currently "Syntax Error: '#align' cannot be applied with '#packed'"

feature request