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

Make sure tmp folder exists before calling Dir.tmpdir #3711

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

deivid-rodriguez
Copy link
Member

Description:

This was guaranteed by our gitignore setup where a tmp/ folder is always present right after cloning the repository, but was not guaranteed under the ruby-core setup.

This alternative approach should always work.

Tasks:

  • Describe the problem / feature
  • Write tests
  • Write code to solve the problem
  • Get code review from coworkers / friends

I will abide by the code of conduct.

@deivid-rodriguez
Copy link
Member Author

I tried this against ruby-core and it didn't work at all, so I'll set this as WIP.

This was guaranteed by our gitignore setup where a `tmp/` folder is
always present right after cloning the repository, but was not
guaranteed under the ruby-core setup.

This alternative approach should always work.
@deivid-rodriguez deivid-rodriguez marked this pull request as ready for review June 15, 2020 15:30
@deivid-rodriguez
Copy link
Member Author

Merging this because I managed to get ruby-core tests working with #3132 on top of this PR.

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.

None yet

3 participants