pkgxdev / libpkgx

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

semver alters calver #20

Open jhheider opened 1 year ago

jhheider commented 1 year ago

https://github.com/teaxyz/pantry.core/actions/runs/3858752567/jobs/6577617605

2023.01.06 > 2023.1.6. This could be fine, since we have version.raw. I'm not sure keeping zero-padding wouldn't be a different bug, but this is documenting.

mxcl commented 1 year ago

we could add a version.calver

mxcl commented 1 year ago

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 support for because inevitably there will be a situation where .raw isn’t good enough.

jhheider commented 1 year ago

Add to this, that some people probably calver without zero-padding, and I'm sure it's just a mess. Raw does work, which is hopefully the right solution.