On Thu, Jun 20, 2019 at 9:21 AM Jack <ostrof...@users.sourceforge.net> wrote:
>
> The --analyze phase bailed out before even starting.  I filed an issue
> upstream (mgorny's github repository) and he made a change (I didn't
> look at the actual commit) so this situation should now be handled
> correctly.  I think he did want to accept anything that ended up
> pointing to the right place, but was afraid of ending up with an
> unpredictable result, so now it will accept either the relative or
> absolute form.  I don't know when he will release a new version.
>

IMO that was the right design choice.  You just don't want to mess
around with these symlinks without care, so it is better to test that
everything is as expected.  Otherwise you'll break some system that
somebody had tweaked 5 years ago and forgotten about.  This way the
edge cases get reported, and can be taken into account before opening
things up more...

-- 
Rich

Reply via email to