Fix potential conflict with compose alias in racket/base #1

Open
NoahStoryM wants to merge 1 commits from NoahStoryM/compose into main
NoahStoryM commented 2024-12-04 02:39:03 +00:00 (Migrated from github.com)

This PR replaces (require (rename-in racket/base [compose ∘])) with (define ∘ compose) to avoid potential conflicts caused by the planned addition of as an alias for compose in racket/base: https://github.com/racket/racket/pull/5115 .

This PR replaces `(require (rename-in racket/base [compose ∘]))` with `(define ∘ compose)` to avoid potential conflicts caused by the planned addition of `∘` as an alias for `compose` in `racket/base`: https://github.com/racket/racket/pull/5115 .
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin NoahStoryM/compose:NoahStoryM/compose
git checkout NoahStoryM/compose

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff NoahStoryM/compose
git checkout main
git merge --ff-only NoahStoryM/compose
git checkout NoahStoryM/compose
git rebase main
git checkout main
git merge --no-ff NoahStoryM/compose
git checkout main
git merge --squash NoahStoryM/compose
git checkout main
git merge --ff-only NoahStoryM/compose
git checkout main
git merge NoahStoryM/compose
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/xlist#1
No description provided.