Skip to content

Enhance action error reporting

commit 0a109717 Author: Thibault Saunier tsaunier@igalia.com Date: Tue Feb 25 11:00:57 2020 -0300

validate: Enhance error reporting for errors in struct files

Get a sense of files and line numbers in the parsed GstStructure
and take that information when reporting GstValidateAction errors
by letting the user know where the action comes from in the messages.

And accept non-literal string in printing formats.

commit cf6fb4a7 Author: Thibault Saunier tsaunier@igalia.com Date: Tue Feb 25 10:54:00 2020 -0300

validate: Add a specific error type for check actions

And mark it as `NO_BACKTRACE | FULL_DETAILS`, same as for
other action failure types.

commit 2036d829 Author: Thibault Saunier tsaunier@igalia.com Date: Thu Jan 16 17:36:54 2020 -0300

validate: Enhance error reporting when scenario or configs are invalid

commit 1a6f404c Author: Thibault Saunier tsaunier@igalia.com Date: Tue Jan 14 10:23:39 2020 -0300

validate: Add a flags to issues

Currently those allow registering issue that:
- Won't print backtrace as it is sometimes useless info
- Will repeat the details even in smart mode

Merge request reports