leftibot 276fa9d13a Address review: revert := deep-copy change, keep reference-assign semantics
Reverts the arithmetic deep-copy added to := in chaiscript_eval.hpp,
restoring its original reference-assign behavior as requested.
The optimizer fix (heap-allocated loop counter) remains and is
sufficient to prevent the #635 segfault.

Updated tests to use correct expected values for reference-assign
semantics and added more thorough coverage: nested loops, multiple
async calls, and value-assign comparison.

Requested by @lefticus in PR #671 review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 16:34:40 -06:00
..
dispatchkit Fix #398: Allow overriding [] operator with string index on Dynamic_Object subtypes (#667) 2026-04-11 18:59:09 -06:00
language Address review: revert := deep-copy change, keep reference-assign semantics 2026-04-12 16:34:40 -06:00
utility Fix #477: Handle \u unicode escape sequences in JSON parser 2026-04-10 19:49:48 -06:00
chaiscript_basic.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript_defines.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00
chaiscript_stdlib.hpp Fix #146: Add configuration to bypass the registering of 'built-in' functions. (#642) 2026-04-11 16:49:13 -06:00
chaiscript_threading.hpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
chaiscript.hpp Fix #571: How to redirect "cout" and "print" to a microsoft Windows 10 window? (#657) 2026-04-11 18:58:09 -06:00