pkgxdev / libpkgx

`import`… but with pkging powers
https://npmjs.com/libpkgx
Apache License 2.0
62 stars 11 forks source link

all configurable PKGX_DIST_URL #72

Open jhheider opened 3 months ago

jhheider commented 3 months ago

closes #71

jhheider commented 3 months ago

i don't see where this change would have made unicode's package.yml unparseable... @mxcl does this look like some other regression to you?

mxcl commented 3 months ago

Yeah cannot be due to this change. But what can it be? deno varies yes, but the deno std lib that parses yaml is pinned.

mxcl commented 3 months ago

Running CI on main https://github.com/pkgxdev/libpkgx/actions/runs/9037714306

jhheider commented 3 months ago

Running CI on main https://github.com/pkgxdev/libpkgx/actions/runs/9037714306

well, the failure is some kind of relief, certainly.

jhheider commented 3 months ago

i was thinking the problem could have unicode characters and linux charsets; but hexedit scanning of that file doesn't support it, and most of the rest of our stack should complain if that were it.