InseeFr / Trevas

Transformation engine and validator for statistics.
MIT License
9 stars 5 forks source link

Support `_` to omit a parameter #335

Open NicoLaval opened 1 month ago

hadrienk commented 1 month ago

Didn't we discuss the ability to use named-parameters in Salamanca? We probably need to be backward compatible but I would prefer to implement this using named-parameters internally.

foo(bar, _) -> foo(name:bar)

NicoLaval commented 1 month ago

Has to be a new feat in 2.1 version.

Maybe we can anticipate, continuing to support positional parameters but also named ones. That implies a G4 modification.