-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
implementationImplementation in experimental and submission of a PRImplementation in experimental and submission of a PRmetaRelated to this repositoryRelated to this repository
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_)
certik and zbeekman
Metadata
Metadata
Assignees
Labels
implementationImplementation in experimental and submission of a PRImplementation in experimental and submission of a PRmetaRelated to this repositoryRelated to this repository