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
It think the correct behavior is to first convert STDIN into a list of files read from stdin and then call canonicalizePath. If you agree with this solution and don't want to implement it yourself, I would be happy to submit a pull request.
The text was updated successfully, but these errors were encountered:
Doing
results in the error
because
canonicalizePath
is applied to all files athasktags/src/Main.hs
Line 77 in 7a492fc
It think the correct behavior is to first convert
STDIN
into a list of files read fromstdin
and then callcanonicalizePath
. If you agree with this solution and don't want to implement it yourself, I would be happy to submit a pull request.The text was updated successfully, but these errors were encountered: