[elixir-core:7726] Re: Proposal: Inspect implementation for URI

2018-01-01 Thread Ben Wilson
The downside here is that you can no longer copy and paste the output. On Monday, January 1, 2018 at 10:58:30 AM UTC-5, Wojtek Mach wrote: > > Hello, > > Having an Inspect implementation would make a shorter output in iex, > exunit diffs etc and the string representation is inambiguous. Under the

[elixir-core:7725] Proposal: Inspect implementation for URI

2018-01-01 Thread Wojtek Mach
Hello, Having an Inspect implementation would make a shorter output in iex, exunit diffs etc and the string representation is inambiguous. Under the hood it would use `String.Chars.URI.to_string/1`. The only reason it might have been omitted that I can think of is how it plays with `URI.default