remove or rename XXX

Remove old XXX FIXMEs which tell us nothing useful and may not be
relevant any more.

Also rename another XXX to an industry-standard FIXME.
This commit is contained in:
Adam Spiers 2024-04-01 21:48:33 +01:00
parent 221449d640
commit 381fd71155

View file

@ -528,7 +528,7 @@ sub stow_node {
$package,
"existing target is not owned by stow: $target_subpath"
);
return; # XXX #
return;
}
# Does the existing $target_subpath actually point to anything?
@ -834,7 +834,7 @@ sub unstow_link_node {
if ($link_dest =~ m{\A/}) {
warn "Ignoring an absolute symlink: $target_subpath => $link_dest\n";
return; # XXX #
return;
}
# Does it point to a node under any stow directory?
@ -881,7 +881,7 @@ sub unstow_valid_link {
$self->do_unlink($target_subpath);
}
# XXX we quietly ignore links that are stowed to a different
# FIXME: we quietly ignore links that are stowed to a different
# package.
#elsif (defer($target_subpath)) {