Clone
Stefan Sobernig <stefan.sobernig@wu.ac.at>
committed
on 01 Mar 17
* nsf.c (ArgumentCheck): Avoid double dispatching to value checkers (built-in and type=*) for "slotset" parameters. Previously, configur… Show more
* nsf.c (ArgumentCheck): Avoid double dispatching to value checkers   (built-in and type=*) for "slotset" parameters. Previously,   configure and then the value=set (value=add) method triggered one dispatch   each. Now, the configure pass skips the check and shifts sole   responsibility on the value=set/ value=add methods. Added basic test   cases to parameters.test to capture the intended call semantics.

Show less

2.2 + 35 more