Skip to content
Snippets Groups Projects

ENH: finer granularity for handling functionObject failure (#1779)

Merged Mark OLESEN requested to merge functionObject-dispatch into develop
  • additional "errors" entry with enumerated values (default|warn|ignore|strict) for defining warning or error at construct or runtime stage

  • default : construct = warn, runtime = fatal

  • warn : construct = warn, runtime = warn

  • ignore : construct = silent, runtime = silent

  • strict : construct = fatal, runtime = fatal

The errors control can be added at the top-level and/or for individual function objects.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply