-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestpackage:hooks_runner
Milestone
Description
The native assets builder creates directories in the form of .dart_tool/native_assets_builder/<some-hash-of-the-config>. These directories should be purged at some point:
| // TODO(https://dartbug.com/50565): Purge old or unused folders. |
Possible purging strategy:
touchtheconfig.json(or alast_read.json) every time it's read. And with a 1% chance delete everything that hasn't been read in a week.
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestpackage:hooks_runner