Skip to content

Critical: fclap should not error stop inside library parser errors #12

@lukaswittmann

Description

@lukaswittmann

parser_error in src/fclap/fclap_parser.f90 currently error stops, which hard-terminates host applications on any parse errors.
For a library, parse failures should be returned via fclap_error (or maybe even better a status) so the caller decides whether to print help, recover, or exit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions