Skip to content

Fix #193: Treat NIL and :UNSPECIFIC as equivalent in pathnames

Raymond Toy requested to merge issue-193-nil-unspecific-equivalent into master

Update compare-components to treat NIL and :UNSPECIFIC as equivalent. Also update compare-version-component to treat NIL, :NEWEST, and :UNSPECIFIC as equivalent. Tests added to verify this for each pathname component that supports :unspecific.

Edited by Raymond Toy

Merge request reports