24 Oct
2007
24 Oct
'07
5:16 a.m.
Matthias Ruttmann wrote:
This one is very small and it enables alternatives in recursive calls.
Example: %{module:call(%{A2:-default})}
The code already supports this. See "man unlang", and "conditional syntax". What you're missing is that your proposed fix was in 1.x, AND was intentionally deprecated in 2.0. Why? It doesn't work in the general case. The %{%{foo}:-%{bar}} syntax is better and safer. Alan DeKok.