You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an append_link() method to handle long link targets (#273)
We should support appending long symlink targets, because this
occurs in real world filesystems. In my case, RPM set up
`.build-id` symlinks which can get long.
Add an `append_link()` method following the precendent of
`append_path()` - we're just supporting *two* potentially
long filenames.
As a side benefit, we can just do the `std::io::empty()` dance
internally and not require the caller to specify it.
The addition of special case `append()` methods is unfortunate,
because the header API methods are then really an attractive nuisance.
We should potentially consider deprecating them.
Closes: #192
0 commit comments