elixir
elixir copied to clipboard
Deprecate `'charlist'` as `~c'charlist'`
- [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_cwith more information about charlists (a general introduction is available on elixir-lang.org) - [ ] Deprecate
'charlist'(probably only on v1.17)