view .editorconfig @ 30285:fca639cb78b8

detect fcn called with too many args when arg list not present (bug #61471) * pt-eval.cc (tree_evaluator::define_parameter_list_from_arg_vector): Check for valid param_list here. (tree_evaluator::execute_user_function): Not here. Also check for function call with too many arguments when param_list is nullptr.
author John W. Eaton <jwe@octave.org>
date Fri, 12 Nov 2021 15:16:05 -0500
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab