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

-cleanup-obj: Put object files into temporary directory by default #3660

Merged
merged 1 commit into from
Feb 10, 2021

Conversation

kinke
Copy link
Member

@kinke kinke commented Feb 9, 2021

To prevent conflicts for concurrent LDC processes in the same working dir, resolving #3643.

Re-use this for the temporary object files of -run by enforcing -cleanup-obj in that case. Additionally enforcing -oq prevents
conflicting filenames in that dir and allows to get rid of previous Module.makeObjectFilenameUnique().

To prevent conflicts for concurrent LDC processes in the same
working dir, resolving ldc-developers#3643.

Re-use this for the temporary object files of -run by enforcing
-cleanup-obj in that case. Additionally enforcing -oq prevents
conflicting filenames in that dir and allows to get rid of previous
Module.makeObjectFilenameUnique().
@kinke kinke merged commit 8d71c86 into ldc-developers:master Feb 10, 2021
@kinke kinke deleted the tmpobjdir branch February 10, 2021 23:08
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.

1 participant