You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Gedcom::Individual::relationship, you missed step-brother and step-sister. Difference between half-sibling and step-sibling is that half-siblings have one common parent, where step-siblings none.
I could create a PR with the following code added:
tukusejssirs
changed the title
Gedcom::Individual::relationship: Add step-sibling relationshipGedcom::Individual::relationship: Add step-relationships
Oct 19, 2019
In
Gedcom::Individual::relationship
, you missedstep-brother
andstep-sister
. Difference betweenhalf-sibling
andstep-sibling
is thathalf-siblings
have one common parent, wherestep-siblings
none.I could create a PR with the following code added:
but when is the following code used?
return $self->relationship_down($other) || $self->relationship_up($other);
The text was updated successfully, but these errors were encountered: