elixir icon indicating copy to clipboard operation
elixir copied to clipboard

Deprecate `'charlist'` as `~c'charlist'`

Open josevalim opened this issue 3 years ago • 0 comments

  • [x] Change formatter to use ~c'charlist' (see #12064)
  • [x] Change ExUnit diff also handle ~c'charlist'
  • [x] Change inspect/2 and IEx.Info to show up to date information about charlists
  • [ ] Improve docs for sigil_c with more information about charlists (a general introduction is available on elixir-lang.org)
  • [ ] Deprecate 'charlist' (probably only on v1.17)

josevalim avatar Aug 09 '22 19:08 josevalim