Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
177 stars 37 forks source link

Adding `CustomDebugStringConvertible` conformance to `PlaylistValidationIssue` #58

Closed dcoufal closed 5 years ago

dcoufal commented 5 years ago

Description

This PR implements feature #17.

This PR adds CustomDebugStringConvertible conformance to PlaylistValidationIssue to ease debugging issues with playlists.

Important: Review and merge #57 first. This PR contains commits from that PR.

Change Notes

Pre-submission Checklist

Note: No new unit tests or docs required.