pkgxdev / libpkgx

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

provides can list a `*` node for all platforms #59

Closed mxcl closed 7 months ago

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7570597873


Totals Coverage Status
Change from base Build 7422033929: 0.3%
Covered Lines: 2218
Relevant Lines: 2588

💛 - Coveralls
mxcl commented 7 months ago

I elected not to release this and reverted it instead.

Rationale: this is not an additive change and I don’t want people to be in a situation where pkgx was working and then stops working without them updating pkgx.

jhheider commented 7 months ago

more likely it should would like env:

provides:
  - bin/normal-bin
  - darwin:
      - bin/bin-macos
  - linux:
      - bin/bin-linux

mildly ugly, but my linter thinks it's valid yaml.

mxcl commented 7 months ago

true this would work, nice idea