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

feat: tag loop-remove #3018

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. feat: tag loop-remove

    details the gotcha of removing items from a collection
    while iterating that collection inside a for loop.
    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    913f240 View commit details
    Browse the repository at this point in the history
  2. fix: condense some whitespace around code blocks

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8b56a83 View commit details
    Browse the repository at this point in the history
  3. fix: further condense first code block

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8e51e49 View commit details
    Browse the repository at this point in the history
  4. fix: further condense the second block

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    52107ec View commit details
    Browse the repository at this point in the history
  5. fix: remove a line

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5b32632 View commit details
    Browse the repository at this point in the history
  6. fix: bold for list comp name, clean up some language

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    791b334 View commit details
    Browse the repository at this point in the history
  7. fix: correct language for how the iterator does its thing

    Co-authored-by: wookie184 <[email protected]>
    Galen Rice and wookie184 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    585f98e View commit details
    Browse the repository at this point in the history
  8. fix: slightly condensed language

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ae2a703 View commit details
    Browse the repository at this point in the history
  9. fix: include "adding" context, and add aliases for loop-add and loop-…

    …modify
    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d3e2538 View commit details
    Browse the repository at this point in the history
  10. fix: text-only explanation

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9c0f936 View commit details
    Browse the repository at this point in the history
  11. fix: "in the example", less terse and less confusing

    Galen Rice authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9e72c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 21, 2024

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