Skip to content
  • Jakob Brünker's avatar
    Give parsing plugins access to errors · f07c7766
    Jakob Brünker authored and Marge Bot's avatar Marge Bot committed
    Previously, when the parser produced non-fatal errors (i.e. it produced
    errors but the 'PState' is 'POk'), compilation would be aborted before
    the 'parsedResultAction' of any plugin was invoked. This commit changes
    that, so that such that 'parsedResultAction' gets collections of
    warnings and errors as argument, and must return them after potentially
    modifying them.
    
    Closes #20803
    f07c7766