From 4e13148e9d9154a794379759ab6c98dba5834e40 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 21 Aug 2023 08:44:02 -0700 Subject: [PATCH] tidying --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c448db5..6f77e7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ - Modules containing pcommand functions are now named with an 's' - so `pcommands.py` instead of `pcommand.py`. `pcommand.py` in efrotools is now solely related to the functioning of the pcommand system. -- Switched various build stuff to use `pcommandbatch` instead of regular - pcommand. In some cases this can speed things up by 5x or so. +- Implemented the `pcommandbatch` system, which is a way to run pcommands using + a simple local server/client architecture, and set up key build targets to use + it instead of regular pcommand. In some cases, such as when assembling build + assets, this can speed things up by 5x or so. If you run into any problems + that seem to be related to this, you can disable it by setting env var + `BA_PCOMMANDBATCH_DISABLE=1`. See docs in `tools/efrotools/pcommandbatch.py` + for more info. ### 1.7.25 (build 21211, api 8, 2023-08-03)