-
### Describe the bug
When opening nvim with an Odin language file, no highlighting is applied unless I manually toggle it with :TSEnable highlight.
Other file types (rust, lua, etc) work as expect…
dogue updated
1 month ago
-
### Brand Name
Odin Programming Language
### Website
https://odin-lang.org/
### Popularity Metric
The Similarweb global rank is 447,974. See: https://www.similarweb.com/website/odin-lang.org/
##…
-
## Context
When using `odin test` where the output is not printed to a terminal but say the output window in Sublime Text or in my case, Focus, the output is unnecessarily messy. It would be nice i…
-
## Context
The package folder `common` imported as `"Common"` ends up creating two packages on Windows due to case insensitive paths. In the attached [repro](https://github.com/odin-lang/Odin/files…
-
Hello,
on the documentation page Overview, in the "control flow Statements" there is a small interval bounds typo:
[Odin - Overview - https://odin-lang.org/docs/overview/][https://odin-lang.org/…
-
Of the 18 `doc.odin` files present in the `core` library, ca. 8 do not show up in the library documentation.
It seems this can be related to 3 elements:
- the file include a `//+build ignore` li…
-
I am working on a fantasy console where its emulator is based on RISC-V architecture. I would like to allow people to use Odin to code games for it, but I noticed there is no support for `riscv64` yet…
-
https://odin-lang.org
-
## Context
Building odin demo on termux gives this linker error
```shell
$ odin build examples/demo
ld.lld: error: undefined symbol: pthread_cancel
>>> referenced by odin_package
>>> …
-
## Context
I reported https://github.com/odin-lang/odin-lang.org/pull/260 and tried some more examples and found some weird things
`odin report`:
```
Odin: dev-2024-10-nightly
…