You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct debug/ file:line references to match the main-synced code
Several current-state pointers had drifted from the code they describe
(ensureBastionSecurityGroupRules, bastionNeedsRecreate, ensureServer,
the deletion-bug.md watch-wiring fix plan, and a couple of test/helper
line refs) after independent commits shifted lines relative to main.
Historical "as originally found" snapshots (the dated main/refactor
comparison tables, and run-*.md protocols) are left untouched per this
folder's own convention.
Also records this sync in SUMMARY.md and re-confirms items 1, 2 and 8-10
are still unimplemented in main, not just carried over from memory.
| Stuck deletion on simultaneous delete |`controller/stackitmachine_controller.go:87-94`| ✖️ did not trigger — but code path unchanged, so **not fixed**|
52
52
@@ -173,6 +173,13 @@ the CIDR test.
173
173
duplicate security-group attach, `allowedCIDRs` never revoked, and the
174
174
unconditional server recreate. `cloud` coverage 39.1 % → 55.5 %,
175
175
`controller` 70.2 % → 71.0 %.
176
+
-**2026-08-19:** this branch had independently re-implemented PR #4's fixes
177
+
(same behaviour, different code) instead of merging it; the 14 affected
178
+
source files were replaced 1:1 with `main`'s actual merged version, and
179
+
every `file:line` reference in this folder that pointed at current (not
180
+
historical pre-fix) code was re-checked against the synced code and
181
+
corrected where it had drifted. Items 8–10 below, and items 1–2, remain
182
+
unimplemented in `main` as of this sync — re-verified, not just assumed.
0 commit comments