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 BitArray & :bits nomenclature #393

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

patrickjaberg
Copy link
Contributor

Per updates in gleam 0.32 (see https://gleam.run/news/v0.32-polishing-syntax-for-stability/), this updates the language used as follows:

  • BitString becomes BitArray
  • "bit string" becomes "bit array"
  • :bit_string becomes :bits

Also, when referring to sub-sections of bit arrays, "segment" seems to be the term of choice, so a few occurrences of "fragment" were changes to "segment". FWIW, "segment" is also the term used in The Gleam Book.

Per updates in gleam 0.32 (see https://gleam.run/news/v0.32-polishing-syntax-for-stability/), this updates the language used as follows:

* `BitString` becomes `BitArray`
* "bit string" becomes "bit array"
* `:bit_string` becomes `:bits`

Also, when referring to sub-sections of bit arrays, "segment" seems to be the term of choice, so a few occurrences of "fragment" were changes to "segment".  FWIW, "segment" is also the term used in [The Gleam Book](https://gleam.run/book/tour/bit-strings.html).
@giacomocavalieri
Copy link
Contributor

Thank you!

@giacomocavalieri giacomocavalieri merged commit 46a0e6b into exercism:main Nov 29, 2023
2 checks passed
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.

2 participants