Skip to content

Fix: get pkg short name

sc0ttj requested to merge fixes/get-pkg-short-name into master

Overall, this fixes dependency resolution of deps with a +20181231 date in the version.

Details

  • This PR fixes a weird regression where .pet is appended to dependency names if the version contains stuff like +20183024
  • Also fixed is when to run get_pkg_name_only_from_ext(), which is now only called if we have an extension to check.
Edited by sc0ttj

Merge request reports