-
Notifications
You must be signed in to change notification settings - Fork 47
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
Don't generate names with primes #20
Comments
You can pass a function in Where else are you getting primes that you need to remove? |
Thanks, that should do! Would you accept a PR that does this upstream? For 0.18 and onwards this will cause issues for anyone. |
That still doesn't replace everything, see the result: https://gist.github.com/anonymous/2406725a44b24288eb2a391a0210419b |
@domenkozar can you provide a minimal Haskell snippet that generates invalid Elm 0.18 code? |
Elm 0.18 (will be released today) won't support primes in names anymore.
We should make sure to respect that.
https://github.com/elm-lang/elm-platform/blob/master/upgrade-docs/0.18.md#no-more-primes
cc @krisajenkins
The text was updated successfully, but these errors were encountered: