Skip to content
Snippets Groups Projects
Commit cfa38b5c authored by Joseph Weston's avatar Joseph Weston
Browse files

merge change of semantics for default parameters

The semantics for default parameters are as follows. If a value function has a
parameter that takes a default value, then an exception is raised if the user
ever tries to assign a value to this parameter via 'params'. These semantics
are chosen to eliminate the possibility that "forgotten" default parameters are
not silently overwritten.
parents 714a38b7 c11c43c8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment