Eric Blake writes:
> Now that we know every expression has a known meta-type, we
> can add a helper function that retrieves the name of an
> arbitrary expression, for use in future error messages.
>
> * scripts/qapi.py (expr_name): New function.
>
> Signed-off-by: Eric Blake
> ---
> scripts/qap
Now that we know every expression has a known meta-type, we
can add a helper function that retrieves the name of an
arbitrary expression, for use in future error messages.
* scripts/qapi.py (expr_name): New function.
Signed-off-by: Eric Blake
---
scripts/qapi.py | 13 +
1 file chang