Closed ntucker closed 4 months ago
Latest commit: 274d856241f208ac50006b36826d848d5d76676e
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.62%. Comparing base (
7427519
) to head (274d856
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
Solution
Rework Collect.key:
Now relies on its schema to have schemaKey() (which is defined in Polymorphic, so it is inherited by Array, Values, and Union).
'COLLECT:ArraySchema(Todo)' -> '[Todo]'
FAILED -> '[User;Group]'