-
Notifications
You must be signed in to change notification settings - Fork 286
Can’t right-arrow into symbolic links #1884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can reproduce this problem in 1.1.0 (there's no tag for 1.1.3) Obviously this is a bug, but are you sure it's v1.2 related? |
No tag, but if you check out the
Since there have been a number of changes to how symlinks are handled, and since the problem seems to be with detecting the right UTI… no I’m not sure, but I’m pretty sure. 😃 I was planning to look at this, but haven’t had time. Feel free if you can. |
I just don't think it's v1.2 related, so my arguments that this shouldn't be a v1.2 showstopper... ;-) |
Perhaps. A stronger argument (that I’ve considered making myself) is that this isn’t that big a deal. 😃 Not worth holding back a release at this point. |
Fixed by #2142 |
This works in 1.1.3. I ran
ln -s /usr/local/src
in my home directory. Right-arrowing fails with this error on the console.I think we’re testing
isAlias
when loading children, but not doing anything to check for symlinks.I briefly looked into it and I think part of the problem could be that symlinks aren’t being detected correctly. For example, when figuring out what to show for the details string, the
fileUTI
for a symlink always comes back as the UTI for the target file.The text was updated successfully, but these errors were encountered: