Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -1/+2 |
| | | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12. | ||||
* | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 1 | -9/+6 |
| | | | | Fixes: #23871 | ||||
* | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 1 | -0/+200 |
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171 |