rtfeldman / elm-iso8601-date-strings

Convert between ISO-8601 date strings and Time.Posix
https://package.elm-lang.org/packages/rtfeldman/elm-iso8601-date-strings/latest
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

EISO8601-IN25: Unhelpful TODO output from decoder failure #27

Closed jamesrweb closed 3 years ago

jamesrweb commented 3 years ago

Fixes #25 by adding the implementation of deadEndsToString from elm/parser PR 16 to provide much clearer end user output of errors until such times as the parser module finally gets an update.. 💭

jamesrweb commented 3 years ago

@rtfeldman any chance you could review this? I have an issue on a project with dead ends and clearer output would help me a lot from the library side 😅

jamesrweb commented 3 years ago

Thanks @rtfeldman! 🍾