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, simpler has been updated via a6ff9857d25cd8415cb4058565bbc2ea34607ad5 (commit) via 36a9967e6cbe90f13b7c2769dc28e44be3a7def4 (commit) from fab172daf4eedd038e4ecfec22bf8bbaf215f455 (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 a6ff9857d25cd8415cb4058565bbc2ea34607ad5 Author: Simon Forman <sform****@hushm*****> Date: Tue Sep 20 10:19:45 2022 -0700 Add trace word back in. Remove pretty_print module. Still to do: update Nim implementation with a trace function. ;) commit 36a9967e6cbe90f13b7c2769dc28e44be3a7def4 Author: Simon Forman <sform****@hushm*****> Date: Mon Sep 19 19:43:34 2022 -0700 Fix typo in hyperlink in README. ----------------------------------------------------------------------- Summary of changes: README.md | 3 +- docs/trace.txt | 165 +++++++ implementations/Python/generated_library.py | 414 ------------------ implementations/Python/joy/utils/pretty_print.py | 124 ------ implementations/Python/simplejoy.py | 522 ++++++++++++++++++++++- 5 files changed, 686 insertions(+), 542 deletions(-) create mode 100644 docs/trace.txt delete mode 100644 implementations/Python/generated_library.py delete mode 100644 implementations/Python/joy/utils/pretty_print.py hooks/post-receive -- Thun (joypy)