ytdl-sub/src/ytdl_sub/script
Jesse Bannon 873ecc0147
[BUGFIX] Fix recursion limit when applying large reduce functions (#851)
Python would think a recursive error occurred, but in reality, the stack got too large due to poor optimization when executing array reduce functions. Thanks Melissa from Discord for the bug report!
2023-12-20 23:46:17 -08:00
..
functions [FEATURE] Filter plugins, regex helper script functions (#848) 2023-12-20 09:52:12 -08:00
types [BUGFIX] Fix recursion limit when applying large reduce functions (#851) 2023-12-20 23:46:17 -08:00
utils [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
__init__.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
parser.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
script.py [BACKEND] Improved error messages when script resolution does not work (#846) 2023-12-19 00:22:14 -08:00
script_output.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00