Closed pbrisbin closed 7 months ago
Sorry I missed your other PR also bumping resolver and actions versions Chris, I can wait and remove/rebase that if you prefer.
Well, wait, are you going to edit the version and changelog here?
Well, wait, are you going to edit the version and changelog here?
I can, or I don't have to. I hadn't decided yet. Does it change your answer?
I just didn't want to end up releasing your changes without a changelog entry by accident. But ultimately the answer is "I already merged because I forgot about this" :|
When inferring removed stacks, we use use the fact that a specification doesn't exist on disk to decide to remove the corresponding stack. Checking for the specification on disk was not using
STACKCTL_DIRECTORY
, so if one were set this would always report the file as missing and could result in deleting a stack we should not.