Unverified Commit c090c8c4 authored by Robert Haschke's avatar Robert Haschke Committed by GitHub
Browse files

Unify cast_error message thrown by [simple|unpacking]_collector (#3013)



* Unify cast_error message thrown by [simple|unpacking]_collector

simple_collector and unpacking_collector throw different error messages
when the casting of an argument failed: While the former mentions make_tuple(),
the latter emphasises the call argument (and its name/position).

* Consolidating "Unable to convert call argument" error reporting code to guarantee uniformity.

Co-authored-by: default avatarRalf W. Grosse-Kunstleve <rwgk@google.com>
parent 0ad116d3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment