You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update purl-spec submodule to latest commit on main branch and modify code accordingly (#2)
* chore: fix cargo metadata link
* fix!: Enforce namespace restrictions and error handling for specific package types
* refactor!: Use `Result` for all `with_` methods, bump version
* chore: update deps
* chore: fix formatting
* fix: introduce 2nd encode set to handle encoded slashes in names
Fixes: scm-rs#28
If upstream decides that slashes in qualifiers should be encoded to
%2F, then we can remove the name-specific encode set and `.add(b'/')`
to the ENCODE_SET constant.
* fix: clippy
* chore: release 0.6.0-rc.2
* chore: prepare for 0.6.0
Also switch to edition 2024 for the release, this should
make it easier working with dependencies.
* build: uptick MSRV because of edition 2024
* style: apply cargo fmt 2024
* test: run tests using reference data from purl-spec
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
* chore: update purl-spec submodule and address issues from that
Signed-off-by: Jono Yang <jyang@nexb.com>
* chore: enable certain disabled tests and make changes to pass
Signed-off-by: Jono Yang <jyang@nexb.com>
---------
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Signed-off-by: Jono Yang <jyang@nexb.com>
Co-authored-by: Helio Frota <00hf11@gmail.com>
Co-authored-by: Michael Lux <michael.lux@aisec.fraunhofer.de>
Co-authored-by: Jim Crossley <jim@crossleys.org>
Co-authored-by: Jens Reimann <ctron@dentrassi.de>
Co-authored-by: Keshav Priyadarshi <git@keshav.space>
0 commit comments