Fix potential conflict with compose
alias in racket/base
#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "NoahStoryM/compose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 forcompose
inracket/base
: https://github.com/racket/racket/pull/5115 .Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Gitea.