-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Handle -d /tmp on macos #8094
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
Handle -d /tmp on macos #8094
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, and thank you for opening this PR! 🎉
All contributors have signed the CLA, thank you! ❤️
Have an awesome day! ☀️
Somebody let me know if Fix # notation is preferred in commit message header. |
You need a "Fix #..." somewhere in the commit message to auto-close the issue when the PR is merged, but it doesn't necessarily need to be in the header. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@som-snytt the commit message should mention #7646 (not #6450).
The code LGTM |
When doing `mkdir -p`, don't fail if an enclosing dir is an existing symbolic link. Fix scala#7646
Squashed and fixed the noob Fix typo. |
When doing
mkdir -p
, don't fail if an enclosing diris an existing symbolic link.
The catch was added and then removed in previous commits,
but here it pertains only to the path to the parent, and is ignored
only if the parent actually exists.