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(iter): Added context accepting variants of Map & ForEach #114

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

Commits on May 15, 2023

  1. initial changes

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    60f3996 View commit details
    Browse the repository at this point in the history
  2. using contextpool over errgroup

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a22d62e View commit details
    Browse the repository at this point in the history
  3. checking input size

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    57ae9ca View commit details
    Browse the repository at this point in the history
  4. removing declarations

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    722e19d View commit details
    Browse the repository at this point in the history
  5. Moving function

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e9a88bf View commit details
    Browse the repository at this point in the history
  6. moving new functions down

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c6581d3 View commit details
    Browse the repository at this point in the history
  7. renaming outer context

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4a15de5 View commit details
    Browse the repository at this point in the history
  8. splitting init

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3ae45b6 View commit details
    Browse the repository at this point in the history
  9. added comments

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    11cbc39 View commit details
    Browse the repository at this point in the history
  10. testing Map

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1d04c68 View commit details
    Browse the repository at this point in the history
  11. tests

    Ron Koehler committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d71cc05 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Renaming MapErrCtx to MapCtx

    Ron Koehler committed May 31, 2023
    Configuration menu
    Copy the full SHA
    2f570b7 View commit details
    Browse the repository at this point in the history
  2. reimplemented Map with MapCtx

    Ron Koehler committed May 31, 2023
    Configuration menu
    Copy the full SHA
    bba9127 View commit details
    Browse the repository at this point in the history
  3. Fixing comment

    Ron Koehler committed May 31, 2023
    Configuration menu
    Copy the full SHA
    825d1df View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fixing lint issues

    Ron Koehler committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    296e00b View commit details
    Browse the repository at this point in the history
  2. removed octx

    Ron Koehler committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9018777 View commit details
    Browse the repository at this point in the history
  3. fixing naming

    Ron Koehler committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    08c699d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. syncing

    Ron Koehler committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    56a8612 View commit details
    Browse the repository at this point in the history