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

Add fallback impl for FileSystem createTemporaryDirectory #2626

Merged
merged 1 commit into from Jul 25, 2022

Conversation

serakeri
Copy link
Contributor

@serakeri serakeri commented Jul 21, 2022

00e1e0d

Add fallback impl for FileSystem createTemporaryDirectory
https://bugs.webkit.org/show_bug.cgi?id=232499

Reviewed by Chris Dumez.

* Source/WTF/wtf/FileSystem.cpp:
(WTF::FileSystemImpl::createTemporaryDirectory):
* Source/WTF/wtf/FileSystem.h:

Canonical link: https://commits.webkit.org/252799@main

@caitp
Copy link
Contributor

caitp commented Jul 22, 2022

I think the EWS failures are unrelated (haven't looked at the wincairo failure yet), is this ready for review?

@caitp caitp requested a review from cdumez July 22, 2022 18:25
Source/WTF/wtf/FileSystem.cpp Outdated Show resolved Hide resolved
Source/WTF/wtf/FileSystem.cpp Outdated Show resolved Hide resolved
@serakeri serakeri marked this pull request as ready for review July 23, 2022 01:49
Copy link
Contributor

@cdumez cdumez left a comment

Choose a reason for hiding this comment

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

LGTM

Source/WTF/wtf/FileSystem.cpp Outdated Show resolved Hide resolved
Source/WTF/wtf/FileSystem.cpp Outdated Show resolved Hide resolved
newTempDirTemplate += "XXXXXXXX";

Vector<char> newTempDir(newTempDirTemplate.c_str(), newTempDirTemplate.size());

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I don't think we need this new line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've made the changes and I think it's ready

@cdumez cdumez added the merge-queue Applied to send a pull request to merge-queue label Jul 25, 2022
@webkit-commit-queue
Copy link
Collaborator

This change contains multiple commits which are not squashed together, blocking PR #2626. Please squash the commits to land.

@webkit-commit-queue webkit-commit-queue added merging-blocked Applied to prevent a change from being merged and removed merge-queue Applied to send a pull request to merge-queue labels Jul 25, 2022
@cdumez
Copy link
Contributor

cdumez commented Jul 25, 2022

We can only have 1 commit per PR. You currently have 2 commits so our infrastructure is unable to merge the PR.
Please squash your 2 commits into a single one.

@caitp caitp added merge-queue Applied to send a pull request to merge-queue and removed merging-blocked Applied to prevent a change from being merged labels Jul 25, 2022
https://bugs.webkit.org/show_bug.cgi?id=232499

Reviewed by Chris Dumez.

* Source/WTF/wtf/FileSystem.cpp:
(WTF::FileSystemImpl::createTemporaryDirectory):
* Source/WTF/wtf/FileSystem.h:

Canonical link: https://commits.webkit.org/252799@main
@webkit-commit-queue
Copy link
Collaborator

Committed 252799@main (00e1e0d): https://commits.webkit.org/252799@main

Reviewed commits have been landed. Closing PR #2626 and removing active labels.

@webkit-early-warning-system webkit-early-warning-system merged commit 00e1e0d into WebKit:main Jul 25, 2022
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants