New pull #88 breaks many file inputs #89
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#89
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The code which now converts stringified paths into NSURLs now turns the colons after the scheme specifier into
%3A
, thus forming relative URLs with no valid scheme. What's the best way to fix this?Looks like someone already found us a solution, I've implemented it and it appears to work.
https://developer.apple.com/forums/thread/6899
Oh, sorry. I thought this was just a mechanical conversion from deprecated method to proposed one.
Unfortunately, the new method is designed for safely encoding URL components, but not complete URLs.