TomIO

Results 402 comments of TomIO

> If `TERMUX_PKG_VERSION` is a string, auto-updates will work. If `TERMUX_PKG_VERSION` is an array, things get a little more complicated. See [ldc](https://github.com/termux/termux-packages/blob/master/packages/ldc/build.sh). For this case I tend to override `termux_pkg_auto_update`...

> For multiple versions, I think it can be managed in the following form. > > ```shell > TERMUX_PKG_VERSION="" > _OTHER_VERSION="" > ``` > > Then rewrite `termux_pkg_auto_update` in `build.sh`....

> Associative arrays do not work with `termux_pkg_upgrade_version`. Would be extra work to make them. I'll see about getting indexed arrays working for the version tomorrow.

> Screenshot url is broken, error 404. Works on my end. Anyway, it looks like what's being output there is a escape sequence `2::238:238:238m` looks a lot like a 24bit...

![image](https://github.com/termux/termux-packages/assets/43716232/0e2f1c6f-9bf3-4fa8-a37a-69d63f1225dd) There you go

You can just paste an image into the GitHub comment textbox and it will be uploaded to GitHub's CDN.

Fwiw in my testing it seems to build fine for everything except aarch64. But we should probably still wait a bit on it regardless.

At a first glance this looks like escape sequence corruption. But I'm unable to replicate the problem. I need to get groceries first but I'll have a look into this...

I am still completely unable to replicate the issue. @Vanillma you said it happens with `nvim --clean` as well?

From this looks of it this could be related to - neovim/neovim#9089