mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
- Catch Boxed_Value in AST_Node_Impl::eval() and wrap in eval_error so call stack accumulates as the exception propagates through the AST chain - Add eval_error constructor accepting filename + Boxed_Value - Populate filename on wrapped eval_error in chaiscript_engine::eval() - Extract original boxed value in Try_AST_Node for script try/catch semantics - Unwrap boxed value in internal_eval/internal_eval_file to preserve script-level exception identity across nested eval() calls - Add tests for call stack presence, filename population, and exception_specification backward compatibility Requested by @lefticus in PR #682 review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| chaiscript_algebraic.hpp | ||
| chaiscript_common.hpp | ||
| chaiscript_engine.hpp | ||
| chaiscript_eval.hpp | ||
| chaiscript_optimizer.hpp | ||
| chaiscript_parser.hpp | ||
| chaiscript_posix.hpp | ||
| chaiscript_prelude_docs.hpp | ||
| chaiscript_prelude.hpp | ||
| chaiscript_tracer.hpp | ||
| chaiscript_unknown.hpp | ||
| chaiscript_windows.hpp | ||