diff options
| author | Volker Weißmann <volker.weissmann@gmx.de> | 2025-03-20 16:37:30 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-05-29 09:20:27 -0700 |
| commit | 1a191d9b9569e080c55b09ab2939274d576c70f1 (patch) | |
| tree | e664908631852dfe19ccb69e83f4a62404ba710e /docs | |
| parent | c90385363af591d52eacb6a2576d82bfeaf57039 (diff) | |
| download | meson-1a191d9b9569e080c55b09ab2939274d576c70f1.tar.gz | |
AstInterpreter: Replace resolve_node with node_to_runtime_value
`resolve_node` is simply a half-broken, worse implementation of
`node_to_runtime_value` that we recently introduced.
In the example below, the static introspection tool/rewriter now
understands that the name of the executable is foo instead of bar:
```
var = 'foo'
name = var
var = 'bar'
executable(name, 'foo.c')
```
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
