-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add support for multi-letter uppercase sigils #12448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: José Valim <jose.valim@dashbit.co>
@josevalim ok, this is ready for review. I won't change the docs too much if that's ok, since I'd like to do a small overhaul of the sigil docs in general, since now they're a bit buried inside the |
@josevalim ok, this is ready for review. I won't change the docs too much if that's ok, since I'd like to do a small overhaul of the sigil docs in general, since now they're a bit buried inside the |
Elixir v1.15.0 has added support for multi-letter uppercase sigils, eg: ~LVN|content| Refs: PR - elixir-lang/elixir#12448 Release notes - https://github.com/elixir-lang/elixir/releases/tag/v1.15.0
Elixir v1.15.0 has added support for multi-letter uppercase sigils ~LVN/content/ ~LVN/content/m Refs: Proposal: https://groups.google.com/g/elixir-lang-core/c/cocMcghahs4/m/DdYRNfuYAwAJ PR: elixir-lang/elixir#12448 Release notes: https://github.com/elixir-lang/elixir/releases/tag/v1.15.0
First pass at #12447.
Still need to update docs 🙃