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

[sui-framework] Added swap and swap_remove function to the table_vec.move #13644

Merged
merged 10 commits into from
Sep 16, 2023

Commits on Sep 16, 2023

  1. Added remove function to the table_vec.move

    WayneAl authored and amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    eae3e6f View commit details
    Browse the repository at this point in the history
  2. Added swap function to the table_vec.move

    WayneAl authored and amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    df7f269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3b625c View commit details
    Browse the repository at this point in the history
  4. return if i == j

    WayneAl authored and amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b18c884 View commit details
    Browse the repository at this point in the history
  5. add table_vec::swap tests

    WayneAl authored and amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    98b2448 View commit details
    Browse the repository at this point in the history
  6. add table_vec::swap tests when i == j

    WayneAl authored and amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    63769c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d49463 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a46aad7 View commit details
    Browse the repository at this point in the history
  9. More snapshot tests

    amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d816e3e View commit details
    Browse the repository at this point in the history
  10. fixup: Yet more snapshot tests.

    amnn committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ef2236c View commit details
    Browse the repository at this point in the history