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] Fix String.__getitem__ #2837

Closed
wants to merge 8 commits into from

Commits on May 26, 2024

  1. fix string __getitem__ and add normalize_idx util

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3b09d6a View commit details
    Browse the repository at this point in the history
  2. fix len -1

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0a8e31f View commit details
    Browse the repository at this point in the history
  3. better docstrings

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f73aebe View commit details
    Browse the repository at this point in the history
  4. fix docstrings

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed May 26, 2024
    Configuration menu
    Copy the full SHA
    43c465c View commit details
    Browse the repository at this point in the history
  5. smaller docstrings

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

Commits on May 27, 2024

  1. parametrize normalize_idx

    Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
    martinvuyk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fe9abb8 View commit details
    Browse the repository at this point in the history
  2. fix typo

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    752a841 View commit details
    Browse the repository at this point in the history