DocumentShape::field() should only allow arrays #21
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Research
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Total time spent: 4 minutes 5 seconds
Due date
c.fahner
4 minutes 5 seconds
No due date set.
Dependencies
No dependencies set
Reference
slendium/ocd#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
DocumentShape::field()method currently allows three different input types, but the use case of allowing three variants is unclear.new FieldPath([ string-here ])FieldPathclass and typingQ::field()looks more consistent with the builder utilityFieldPathinstanceFieldPathalreadyAll cases but the array case should be removed from the method. It essentially is a shorthand for: