SolidOS / SolidOS/solid-logic

recursiveDelete doesn't re-fetch container listings

Open
#11 1 comment 0 reactions 1 assignee View on GitHub

@bourgeoa is already working on this.

Since Mar 8, 2022.

  • #12 by @bourgeoa — closed without merging
bug
Dominant language
TypeScript
Stars
12
Forks
13
Avg merge
15h 15m
Merged PRs (30d)
3

Description

When you use recursiveDelete twice, it incorrectly uses the old container listings the second time.
For instance:

  • create foo/bar
  • recursiveDelete foo/ (correctly deletes foo/bar and then foo/)
  • create foo/baz
  • recursiveDelete foo/ (incorrectly tries to delete foo/bar and then foo/, instead of foo/baz and then foo/)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.