Andrei Pelinescu-Onciul writes:
In master it will soon be possible to have variables automatically supported for functions with no fixups. However the args must not be in quotes (no automatic fixup takes place for quoted strings). E.g. foo($a, "test " + $b + "\n") will work (the code is already in the andrei/rve_f_params branch).
that is great news. i'll give it a try when in master branch, for example, for cleaning up enum functions.
-- juha