Tags: DanderBot/DandersFrames
Tags
Slot park: record the CF ask only when the push call survived Follow-up to the _cfWant split. The memo was written BEFORE the pcall, so a loud failure recorded an ask that never reached the engine. Park, Restore and _setDeathLatch all queue the regen replay on a false return and would clear it again -- but ApplyTuning and _replayTuning call _pushFilter and discard the return, so a failure on either path had nothing to re-queue it, and the next tuning pass would compare equal and skip the push that would have healed it. Pre-split, _cfPushed stayed nil there and the next pass retried. Recording inside `if okCF` keeps the intended behaviour for the case the split exists to fix: a QUIET combat refusal still returns true from pcall, so it is still recorded, and the regen replay still clears it. Co-Authored-By: Claude Opus 5 <[email protected]>
CI: stage the synced lib copies so the packager ships them; set versi… …on to v5.4.0-alpha.3 The packager excludes every untracked path, so the git-ignored junction targets materialised by sync-libs.sh never reached the zips: alpha.2 shipped without DandersUI in any of the three hosts and every addon died at its LibStub lookup on load. Staging them in the CI workspace is the whole fix.
PreviousNext