mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-13 04:27:20 -05:00
* Fix memory leak when hotpatching
* Remove Chat dependency from DexSearch
This was the original thing requiring importing Dex in Chat, which was
making hotpatching Chat all sorts of wonky.
See 14d13015af
* Use a global TeamValidator in dexsearch
This cleans up the final thing that was causing Chat hotpatches to also
pull in the entire `sim/` and `data/` trees.
(It's not actually used unless you're using dexsearch in single-process
mode, though.)
* Fix PM hotpatching