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

Strings Library #12

Merged
merged 49 commits into from
Oct 10, 2022
Merged

Strings Library #12

merged 49 commits into from
Oct 10, 2022

Commits on Aug 3, 2022

  1. Inital Commit

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c1f05ee View commit details
    Browse the repository at this point in the history
  2. Add base functions

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1dbabcc View commit details
    Browse the repository at this point in the history
  3. Refactor and Rename to match Rust

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8a24ca7 View commit details
    Browse the repository at this point in the history
  4. Tests outline

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    80471e3 View commit details
    Browse the repository at this point in the history
  5. Update to string

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2838a0d View commit details
    Browse the repository at this point in the history
  6. Add len function test

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    de3d3bf View commit details
    Browse the repository at this point in the history
  7. Add is_empty tests

    bitzoic committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4b338c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Add clear function tests

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e16aeb9 View commit details
    Browse the repository at this point in the history
  2. Add capacity function tests

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6caec29 View commit details
    Browse the repository at this point in the history
  3. Add new function tests

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b109dfb View commit details
    Browse the repository at this point in the history
  4. Add push function tests

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e3ab49c View commit details
    Browse the repository at this point in the history
  5. Fix capacity test

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    352c997 View commit details
    Browse the repository at this point in the history
  6. Add with_capacity function tests

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2830e6b View commit details
    Browse the repository at this point in the history
  7. Add some more functions

    bitzoic committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cf8608f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. First iteration of push_str

    bitzoic committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f3f195b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Resolve Merge conflicts

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3888a91 View commit details
    Browse the repository at this point in the history
  2. Remove functions with relation to str

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    eafb587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7bf98d View commit details
    Browse the repository at this point in the history
  4. Update empty tests

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c37c295 View commit details
    Browse the repository at this point in the history
  5. Update len tests

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0529954 View commit details
    Browse the repository at this point in the history
  6. Update push test

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5033649 View commit details
    Browse the repository at this point in the history
  7. Update to use constants for numbers

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b2089bf View commit details
    Browse the repository at this point in the history
  8. Add as_bytes test

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    83ce059 View commit details
    Browse the repository at this point in the history
  9. Add from_utf8 test

    bitzoic committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    54406dc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Add insert test

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ab7f0a1 View commit details
    Browse the repository at this point in the history
  2. Add nth test

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    31dfbeb View commit details
    Browse the repository at this point in the history
  3. Add test for pop

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    bd7f72d View commit details
    Browse the repository at this point in the history
  4. Add remove test

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    11ea781 View commit details
    Browse the repository at this point in the history
  5. Update rust SDK for tests

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    73c397b View commit details
    Browse the repository at this point in the history
  6. Run formatter

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3c9df9f View commit details
    Browse the repository at this point in the history
  7. Fix bizarre formatting

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2db5115 View commit details
    Browse the repository at this point in the history
  8. Update inline documentation

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2863cd5 View commit details
    Browse the repository at this point in the history
  9. Update formatting

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d003e41 View commit details
    Browse the repository at this point in the history
  10. Remove Forc.lock

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    63880ab View commit details
    Browse the repository at this point in the history
  11. Add README.md and SPECIFICATION.md

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    00a417b View commit details
    Browse the repository at this point in the history
  12. Fix README link

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    83b5602 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb02cc9 View commit details
    Browse the repository at this point in the history
  14. Add how to import to README

    bitzoic committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    68afba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Update code based on suggestions

    bitzoic committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e128a7f View commit details
    Browse the repository at this point in the history
  2. Update documentation based on suggestions

    bitzoic committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d3b5006 View commit details
    Browse the repository at this point in the history
  3. Remove warnings and fix instance calls

    bitzoic committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0080b06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33a00f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update wording of documentation to inform of String's usage of unsafe…

    … UTF-8 encoding
    bitzoic committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b7e61fd View commit details
    Browse the repository at this point in the history
  2. Update incorrect link to source README

    bitzoic committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    7db8761 View commit details
    Browse the repository at this point in the history
  3. Refactor SDK tests into multiple files

    bitzoic committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ae7a296 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Add None for nth test

    bitzoic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    89d06d6 View commit details
    Browse the repository at this point in the history
  2. Add EOD to test file

    bitzoic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c79457c View commit details
    Browse the repository at this point in the history
  3. Update Documentation based on suggestions

    bitzoic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    446f6a7 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded braces from tests

    bitzoic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ab46610 View commit details
    Browse the repository at this point in the history