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

chaperone-treelist fixes and doc edits #4982

Merged
merged 2 commits into from
May 13, 2024

Commits on Apr 26, 2024

  1. docs: fixes and edits for chaperone-treelist

      * An `append2-proc` must accept four arguments, not three.
    
      * Do not allow `#f` for `ref-proc`.
    
      * Move discussion of `delete-proc`, `take-proc`, and `drop-proc`
        before `append-proc`, `prepend-proc`, and `append2-proc`,
        on the grounds that operations on one treelist are relatively
        similar, whereas the two-treelist operations get into some
        extended discussion.
    
      * Specify that `state-key` is recognized by `eq?`.
    
      * Add example for `chaperone-treelist`.
    
      * The result of `impersonate-mutable-treelist` is a non-chaperone
        impersonator.
    
      * Typo fix.
    LiberalArtist committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    209e59d View commit details
    Browse the repository at this point in the history
  2. racket/treelist: remove dead code

    Calling `chaperone-treelist` and friends with `#:ref #f` has not been
    allowed since 4530cd9.
    LiberalArtist committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f919f66 View commit details
    Browse the repository at this point in the history