aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/run_script_dry_run.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-04-02 12:08:24 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-04-04 15:06:17 -0400
commit8fc4649bfe7c0cad389769624e690e4fbf0f186f (patch)
treed1073bf10e7856e12934814ad5b89aa254ec5630 /docs/markdown/snippets/run_script_dry_run.md
parent5fe7ecb861325dd8e88eedde4769269c6a10ccf0 (diff)
downloadmeson-8fc4649bfe7c0cad389769624e690e4fbf0f186f.zip
meson-8fc4649bfe7c0cad389769624e690e4fbf0f186f.tar.gz
meson-8fc4649bfe7c0cad389769624e690e4fbf0f186f.tar.bz2
propagate the most accurate node to error messages
During evaluation of codeblocks, we start off with an iteration of nodes, and then while evaluating them we may update the global self.current_node context. When catching and formatting errors, we didn't take into account that the node might be updated from the original top-level iteration. Switch to formatting errors using self.current_node instead, to ensure we can point at the likely most-accurate actual cause of an error. Also update the current node in a few more places, so that function calls always see the function call as the current node, even if the most recently parsed node was an argument to the function call. Fixes #11643
Diffstat (limited to 'docs/markdown/snippets/run_script_dry_run.md')
0 files changed, 0 insertions, 0 deletions