Skip to content

Conversation

@mitchell-as
Copy link
Collaborator

@mitchell-as mitchell-as commented Jan 5, 2026

A change last year accidentally made the cache directory the app directory. As a result, state clean cache would end up trying to delete the entire app directory. This failed because state-svc.exe and state.exe were in use, but the damage had already been done and an app re-install is needed.

If we had QA on the v0.48.0 release, we would have caught this.

Comment on lines +129 to +130
rcfile, err := subshell.New(cfg).RcFile()
suite.NoError(err)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There has been a compile error on the v48 branch all this time. I'm finally fixing it here.

@mitchell-as mitchell-as requested a review from MDrakos January 5, 2026 20:20
@mitchell-as mitchell-as marked this pull request as ready for review January 5, 2026 20:20
@mitchell-as
Copy link
Collaborator Author

Test failures are sporadic and unrelated to this PR.

Copy link
Member

@MDrakos MDrakos left a comment

Choose a reason for hiding this comment

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

If we had QA on the v0.48.0 release, we would have caught this.

😞

@mitchell-as mitchell-as merged commit e98783f into version/0-48-1-RC2 Jan 6, 2026
10 of 15 checks passed
@mitchell-as mitchell-as deleted the mitchell/cp-1289 branch January 6, 2026 18:28
mitchell-as added a commit that referenced this pull request Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants