Skip to content
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

Use thousand separators for large digits #180

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

ariel-anieli
Copy link

# git grep -nP '\d{4,}[^a-zA-Z\"]' | grep \.erl | grep -vi copyright > /dev/null; echo $?
0

```
$ git grep -nP '\d{4,}[^a-zA-Z\"]' | grep \.erl | grep -vi copyright > /dev/null; echo $?
0
```
@ariel-anieli ariel-anieli mentioned this pull request Jun 14, 2024
5 tasks
@ferd
Copy link
Collaborator

ferd commented Jul 2, 2024

Seems entirely fine, good for improved readability. May create some backwards compat but nothing major given the supported version sets.

@ferd ferd merged commit 3d0006f into erlware:master Jul 2, 2024
4 checks passed
@ariel-anieli ariel-anieli deleted the thousand-separators branch July 2, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants