Thu Nov 14 18:26:24 2019perl [...] toby.ink - Correspondence added
So this is caused by the first Dict[key=>Int] having been garbage collected by the time the sub gets called, so when the error message is generated, all that is known is the string name of the type.
I could prevent types from getting garbage collected if they're used by Type::Params, I guess.
Thu Nov 14 18:59:15 2019perl [...] toby.ink - Correspondence added
Not sure if I like it, but patched in repo.
Thu Nov 14 18:59:15 2019perl [...] toby.ink - Status changed from 'open' to 'patched'
Sat Dec 07 11:57:21 2019perl [...] toby.ink - Correspondence added
Fixed in Type::Tiny 1.007_xxx.
Sat Dec 07 11:57:21 2019perl [...] toby.ink - Status changed from 'patched' to 'resolved'