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

Love for collectors #1627

Merged
merged 7 commits into from
Nov 5, 2024
Merged

Love for collectors #1627

merged 7 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    d8102c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48e30b View commit details
    Browse the repository at this point in the history
  3. collectors: make collected work with no args, for unnamed collections

    Because if one can write `collecting (c) ... collected(c) ... end` one should also be
    able to write this when using an unnamed collection: `collecting () ... collected()
    ... end`
    cgay committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    edc8c8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e229fe0 View commit details
    Browse the repository at this point in the history
  5. collectors: Fix bug in collector-protocol for <list>

    If the add-first function is called for the first element added to the collection, the
    final pair of the collection needs to be updated.
    cgay committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5ea2f6a View commit details
    Browse the repository at this point in the history
  6. collectors: add some tests

    cgay committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    429707d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afad952 View commit details
    Browse the repository at this point in the history