puppetlabs-toy-chest / wash

Wide Area SHell: a cloud-native shell for bringing remote infrastructure to your terminal.
https://puppetlabs.github.io/wash
Apache License 2.0
180 stars 29 forks source link

Clear parent List cache for prefetched #773

Closed MikaelSmith closed 4 years ago

MikaelSmith commented 4 years ago

If an entry is Prefetched, it's parent may not have a cached List entry but it may have originated from an earlier ancestor. If there's an immediate parent that listed the entry still clear it, but if not search for an ancestor that prefetched child entries and clear that instead.

Fixes #770.