Damian Tarnawski
Damian Tarnawski
> kiwi brower on android with termux were you able to find out why? Those are not the tools I plan to spend time supporting right now, so unless someone...
Just pulled and rebuilt and the same thing. [Screencast from 14.06.2024 18:34:40.webm](https://github.com/DanielGavin/ols/assets/24491503/eea3be9b-48ea-4098-bd51-5e3c41278506)
I'm just doing `./build.sh`. it doesn't disable bounds checks. Only `./build.bat` does. And it doesn't happen anymore :+1:
It also doesn't work in the bodies of nested procedures: ```odin main :: proc () { foo :: proc () { fo // autocompletes to foo } { bar ::...
 It does work for me. Is this what you're talking about?
maybe first try matching `add` and then `add_int` if it fails? so `a` will give you `add` but `ai` will give `add_int`?
I'm fine I just noticed this during my unfinished hackathon project and decided to make a pr If the fix is incorrect feel free to close this