mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
We want to undo overrides in reverse order, which is important if you override the same name more than once in the same function. Until today the code basically prevented us from ever using the original implementation of a name we stubbed, and most of them start as undefined due to their parent modules starting with `set_global`. But I do want this proper, and I introduced a tiny pitfall today.