Skip to content

Conversation

@vhf
Copy link
Contributor

@vhf vhf commented Feb 14, 2021

Implements a fix for #10713 :

  • Macro.underscore("FOO10") == "foo10" instead of "fo_o10"
  • Macro.underscore("FooBAR10") == "foo_bar10" instead of "foo_ba_r10"

IMO this is consistent with the existing behaviour: Macro.underscore("Foo10") == "foo10"

@josevalim josevalim merged commit e95eea4 into elixir-lang:master Feb 14, 2021
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@vhf vhf deleted the fix-10713 branch April 27, 2021 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants