aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/calls.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix in `is_attr_self()`Libravatar max2023-12-131-0/+19
| | | | Signed-off-by: max <gmx.sht@gmail.com>
* Unify handling of calls (#614)Libravatar René Kijewski2022-01-271-0/+82
Instead of having `Expr::VarCall`, `Expr::PathCall` and `Expr::MethodCall`, this PR unifies the handling of calls by removing the former three variants, and introducing `Expr::Call`.