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

Tempfiles created in current working directory only in Windows #3

Closed
test-org-rename opened this issue Dec 9, 2009 · 0 comments
Closed

Comments

@test-org-rename
Copy link

Reading the code shows that there is a special handling for Windows, the temp files are created in the current working directory. This is strange, because Tempfile::open() acts well on windows by creating the file in the configured temp directory. It may really be worse to create the file on the cwd because permissions may be restricted.
So I propose to remove this special handling (see graphviz.rb method output near line 367).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants