Open
Description
In stdlib_experimental_error.f90
, there is the following example:
call error_stop("Invalid argument")
A similar case can be found in stdlib_experimental_io.f90
.
When running a large program, messages such as "Invalid argument" are quite useless. Should we discuss and agree on a good way to mention error messages, e.g.,
ERROR (_name_of_the_function_): Invalid argument (_argument_)