Open
Description
Describe the bug
Given a type like string[], getPlausableName should probably return StringArray
or somesuch. Right now it just returns Array.
Given a type like string[][], I would expect StringArrayArray
but we just get stringArray
.
Given a type like Foo, we get stringFoo
, but we should get StringFoo
(since an array of scalars is not a scalar).
Reproduction
.
Checklist
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.