ccpp-framework icon indicating copy to clipboard operation
ccpp-framework copied to clipboard

Concatenate errors found during parsing

Open peverwhee opened this issue 1 year ago • 0 comments

Description

Rather than returning one error at a time, it would be nice to have all the parsing errors returned at the end of the parsing/metadata validation stage.

Solution

Using the native python logger breaks the doctests, so probably the ideal method will be to create a new framework logging class/module.

peverwhee avatar Jul 17 '24 20:07 peverwhee