This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "Thun" repository containing the "joypy" project. The branch, master has been updated via 16e6c77fa2c7dada8c7464afc659fa28bc72aeb4 (commit) via 4156da35110a55ad60a0e2bfb970d6d21aca8af0 (commit) from 15c143e3d146fe4ab5448ca69a63a25666a8375e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 16e6c77fa2c7dada8c7464afc659fa28bc72aeb4 Author: Simon Forman <sform****@hushm*****> Date: Sat Sep 10 17:42:38 2022 -0700 Don't bother to return the expression. We mutate it instead of replacing it with new versions. commit 4156da35110a55ad60a0e2bfb970d6d21aca8af0 Author: Simon Forman <sform****@hushm*****> Date: Sat Sep 10 17:37:07 2022 -0700 Cleaner iteration of expression. It's a destructive operation. It breaks functional purity (but it could be made functional by using a stack instead of a list for the stack.) There's no point to returning the expression object now because it's being mutated by the prepend() method (rather than being replaced by new forms.) ----------------------------------------------------------------------- Summary of changes: implementations/Python/simplejoy.py | 54 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 28 deletions(-) hooks/post-receive -- Thun (joypy)