Commit Graph

2 Commits

Author SHA1 Message Date
florian.berthold 9583952806 fix(AceDB): backport PR #10 — falsy defaults read back as themselves
Upstream AceDB-3.0's simple-value defaults metatable uses
`function(t,k2) return k2~=nil and v or nil end` — when `v` is itself
falsy (`false`, `0`, `""`), the `and` short-circuits to that falsy
value and the trailing `or nil` then collapses it to nil, so any
`['*'] = false` (or similar) default silently reads back as nil.

Backport of https://github.com/WoWUIDev/Ace3/pull/10 (open upstream since
2023-11-04, not merged). Documented as CoA-compat patch #4 in README;
drop it when upstream finally merges.
2026-05-24 19:30:28 +02:00
florian.berthold 15079007e7 Initial commit: WoWUIDev/Ace3 master @ 52e5f2c (2026-05-17)
Canonical Ace3 bundle for the Exiles addon forks. See README.md for
versions and consumption guidance.
2026-05-23 06:24:19 +02:00