-
## Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
* Operating System & Odin Versio…
-
## Context
For the following erroneous program, Odin reports a second, blank error message on the same line.
```odin
package main
main :: proc() {
a
}
```
```json
{
"error_count": …
-
Setting the llvm-version to `17` does nothing, the compiler still builds using `14`
```
Run laytan/setup-odin@v2
with:
branch: master
release: false
llvm-version: 17
build-t…
-
My fellow degens,
As Lord of the degens it's rest upon me to lead us into this glorious interpreted challenge, but at the same time I find myself weary of languages I do not understand. I call upon…
-
### Describe the bug
```latex
\begin{luacode}
local a=1
\end{luacode}
```
This code can’t be parsered as lua code.
The luacode env is matched as generic_environment so its context has been par…
-
## Context
* Operating System & Odin Version:
Odin: dev-2023-09:c23b5825
OS: macOS Unknown (build: 22G91, kernel: 22.6.0)
CPU: ARM64
RAM: 32768 MiB
## Current Behavior
On a debug …
-
## Context
In my effort to update the CI to LLVM 17 (in https://github.com/odin-lang/Odin/pull/3124) I came across these test failures regarding the loading/parsing of PNG images.
This one looks…
-
## Context
Setup: Windows 11 Pro 64-bit PC; odin version dev-2023-09-nightly:fc93ea7a
Downloaded 9/26/2023 nightly: odin-windows-amd64-nightly+2023-09-26.zip 56.2MB
SHA-1: 54001c58046edfb2e539c05f1…
-
## Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
* Operating System & Odin Versio…
-
## Context
I can't manage to compile Odin on Debian testing (Trixie), on a x86_64. But when I compile it inside a docker image (based on the same distribution) it works.
I've tried with llvm-17…