Max Howell

Results 602 comments of Max Howell

1. so, these: `libc-dev` `libstdc++-12-dev` `libgcc-12-dev` `libatomic1` we should provide via llvm and a libatomic pkg. 2. `zsh`, well we should support *all* shells. Specifically what *required* `zsh`?

For others that ran into the same issue, this is what you have to do to depend on this package: ```swift pkg.dependencies.append(.package(name: "Punycode", url: "https://github.com/gumob/PunycodeSwift", from: "2.0.0")) pkg.targets.append(.target( name: "foo",...

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.

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

I would enjoy exploring the idea. Alias is not the right word IMO. Tags perhaps. Though that has connotations with git tags.

Another one would be rust’s `nightly` tag.

We create the directory first: ```ts const unflock = await flock(pantry_dir.mkdir('p')) ``` This is presumably some other docker related issue. We can help you trace it, no suggestions off the...

we could add a `version.calver`

Typically I have used `version.raw` in these scenarios. If that works keep doing that. Leaving open as even though not strictly a bug, it's something we should have more official...