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

[stdlib] Refactor normalize_index to cap to container length and other details #3783

Open
wants to merge 11 commits into
base: nightly
Choose a base branch
from

Commits on Nov 19, 2024

  1. refactor normalize_index to cap to container length and other details

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8ca410b View commit details
    Browse the repository at this point in the history
  2. make assert_mode a parameter

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a958314 View commit details
    Browse the repository at this point in the history
  3. change default assert_mode to none

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5099768 View commit details
    Browse the repository at this point in the history
  4. try fix watever this cryptic assert error means

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b2e24ac View commit details
    Browse the repository at this point in the history
  5. try fix whatever this cryptic assert error means

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    672b579 View commit details
    Browse the repository at this point in the history
  6. deactivate test_out_of_bounds_message() test

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    94f1cc4 View commit details
    Browse the repository at this point in the history
  7. change default assert_mode to none

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    301ab45 View commit details
    Browse the repository at this point in the history
  8. try fixing checking the asserts

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    21e84c1 View commit details
    Browse the repository at this point in the history
  9. fix assert checks

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e7521ba View commit details
    Browse the repository at this point in the history
  10. fix container length bug

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1070521 View commit details
    Browse the repository at this point in the history
  11. fix container length bug

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7276ee1 View commit details
    Browse the repository at this point in the history