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

Add ArrayTrait #546

Merged
merged 14 commits into from
Sep 28, 2023
Merged

Add ArrayTrait #546

merged 14 commits into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. feat(core): add ArrayTrait

    RiscadoA committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3624e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644c573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    239bf2c View commit details
    Browse the repository at this point in the history
  4. test(core): cover ArrayTrait

    RiscadoA committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a2ac760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05832dd View commit details
    Browse the repository at this point in the history
  6. style(core): add set to array trait setters

    Since they didn't have getters, and the other functions with the same name did something else entirely, it's easier to understand this way
    RiscadoA committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0c562f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67d46b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1af5fe View commit details
    Browse the repository at this point in the history
  9. fix(core): follow clang-tidy suggestions

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    RiscadoA and github-actions[bot] committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f24b4d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70779c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa59f61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fac4cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9902a4e View commit details
    Browse the repository at this point in the history
  14. fix(core): use const in sample for loop

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    RiscadoA and github-actions[bot] authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9b7badb View commit details
    Browse the repository at this point in the history