1. 29 Jul, 2021 4 commits
  2. 20 Jul, 2021 2 commits
  3. 17 Jul, 2021 2 commits
  4. 16 Jul, 2021 2 commits
  5. 15 Jul, 2021 6 commits
  6. 14 Jul, 2021 4 commits
  7. 13 Jul, 2021 7 commits
  8. 12 Jul, 2021 7 commits
  9. 11 Jul, 2021 1 commit
  10. 10 Jul, 2021 1 commit
  11. 09 Jul, 2021 2 commits
  12. 08 Jul, 2021 1 commit
  13. 06 Jul, 2021 1 commit
    • Unify cast_error message thrown by [simple|unpacking]_collector (#3013) · c090c8c4
      * 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: Ralf W. Grosse-Kunstleve <rwgk@google.com>
      Robert Haschke committed