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

make-temporary-{file,directory}{,*}: add #:permissions #4126

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 24, 2022

  1. [DRAFT] make-temporary-{file,directory}{,*}: add #:permissions

    This commit depends on racket#3870
    and a hypothetical `#:permissions` argument to `copy-file`,
    where `(copy-file #:permissions #f . args)` would be the default
    and preserve the current behavior, i.e. copying the permissions
    of the source file.
    
    For more thoughts on changes to `copy-file`, see:
    <racket#3870 (comment)>
    and
    <racket#3870 (comment)>.
    
    Before merging, it would also need to add tests.
    LiberalArtist committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2f6701a View commit details
    Browse the repository at this point in the history