pkgxdev / pkgx

the last thing you’ll install

Home Page:https://pkgx.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`tea postgres@500 --version` executes 15.2

abitrolly opened this issue · comments

This looks more like a bug than a feature to me.

$ ./tea postgres@500 --version
postgres (PostgreSQL) 15.2
$ ./tea postgres@300.2 --version
resolving package graph
error: not-found: pkg: postgresql.org~300.2

inventory: 11.19.0, 12.14.0, 13.1.0, 14.7.0, 15.2.0

$ ./tea postgres@13.9 --version
installed: ~/.tea/postgresql.org/v13.1.0
postgres (PostgreSQL) 13.1

lol wut. will fix.

$ postgres@500
resolving package graph
error: not-found: pkg: postgresql.org^500

inventory: 11.19.0, 12.14.0, 13.1.0, 14.7.0, 15.2.0

This was a hairy bug that went deep. Glad we found it.