Guillaume Gomez
6e13c81a5f
Move types into their tests
2024-11-09 22:22:42 +01:00
Guillaume Gomez
8ba1e16f3e
Add regression test for *
/&
operators in functions/methods arguments
2024-10-03 14:48:50 +02:00
Guillaume Gomez
6c46e4f7b8
Update tests about methods use
2024-07-02 13:44:27 +02:00
Guillaume Gomez
62bbece0aa
Add regression test to prevent moving variables
2024-07-01 18:05:16 +02:00
Guillaume Gomez
2d80cc3524
Rename everything to rinja
2024-06-17 15:58:52 +02:00
max
28182a1549
Bugfix in is_attr_self()
...
Signed-off-by: max <gmx.sht@gmail.com>
2023-12-13 16:47:02 +01:00
René Kijewski
cb351fe6b1
Unify handling of calls ( #614 )
...
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`.
2022-01-27 10:33:13 +01:00