HomePhabricator

Make tinyformat errors raise an exception instead of assert()ing
1b8fd35aadfaUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Make tinyformat errors raise an exception instead of assert()ing

By default tinyformat errors such as 'wrong number of conversion
specifiers in format string' cause an assertion failure.

Raise an exception instead so that error handling can recover or can
show an appropriate error.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Feb 28 2014, 08:25
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGafe2a203edcd: Merge pull request #3760 from ian-kelling/master
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING1b8fd35aadfa: Make tinyformat errors raise an exception instead of assert()ing (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Feb 28 2014, 08:25