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 a defensive copy in InMemoryFileSystem #8061

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

swankjesse
Copy link
Member

No description provided.

@@ -35,6 +35,9 @@ class InMemoryFileSystem : FileSystem, TestRule {
private val openSources = IdentityHashMap<Source, File>()
private val openSinks = IdentityHashMap<Sink, File>()

val allPaths: Set<File>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good catch

@yschimke yschimke merged commit b76e210 into okhttp_4x Oct 17, 2023
15 checks passed
@yschimke yschimke deleted the jwilson.1016.all_paths branch October 17, 2023 05:29
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.

None yet

2 participants