#415 closed enhancement (fixed)
read-symbolic-link canonicalization of a non-link
Reported by: | Jim Ursetto | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | not urgent at all | Milestone: | 4.9.0 |
Component: | core libraries | Version: | 4.6.x |
Keywords: | read-symbolic-link canon fodder | Cc: | |
Estimated difficulty: |
Description
In "canonicalize" mode, read-symbolic-link resolves symlinks recursively until a non-link is returned. However, if you pass it a non-link to start, it will throw an error. In my opinion, it should treat this as a base case and return the non-link instead of throwing an error.
Change History (5)
comment:1 Changed 14 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → accepted |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
That was fast. ;)