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

[Bug]: Workaround Read-Only Mac /tmp #16130

Merged

Conversation

seandenigris
Copy link
Contributor

On OSX, which symlinks tmp, some versions make the link only-root-writable. Therefore, we check to see if the link target (/private/tmp) exists and if so, reference it directly.

For more details, see https://apple.stackexchange.com/questions/257753/osx-tmp-not-writable-operation-not-permitted

On OSX, which symlinks tmp, some versions make the link only-root-writable. Therefore, we check to see if the link target (/private/tmp) exists and if so, reference it directly.

For more details, see https://apple.stackexchange.com/questions/257753/osx-tmp-not-writable-operation-not-permitted
seandenigris added a commit to seandenigris/TempfileSt that referenced this pull request Feb 10, 2024
Currently in PharoEnhancements, but also submitted [a PR for Pharo 12](pharo-project/pharo#16130)
Copy link
Member

@guillep guillep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok to me! Thanks @seandenigris !

@guillep guillep merged commit 39a5433 into pharo-project:Pharo12 Feb 12, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants