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

Use XDG_RUNTIME_DIR when available #891

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Use XDG_RUNTIME_DIR when available #891

merged 1 commit into from
Jun 28, 2024

Conversation

yerlaser
Copy link
Contributor

XDG_RUNTIME_DIR is almost guaranteed to be living inside in-memory filesystem (tmpfs) which is much more suitable for such a create and drop temp files. On many systems /tmp is still on hard disk.

XDG_RUNTIME_DIR is almost guaranteed to be living inside in-memory filesystem (tmpfs) which is much more suitable for such a create and drop temp files.
On many systems /tmp is still on hard disk.
@FrancescElies
Copy link
Contributor

LGTM, shortly tested on a windows11 with nu 0.95.

@Canop if that's enough for you feel free to merge.

@Canop Canop merged commit 3a38bf8 into Canop:main Jun 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants