X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition%2FParser%2FCollateX.pm;h=2ea2cadec907485677ec533d71b907c3808bf0e5;hb=d9e873d0f90f1b7aec072c16a0eed37878f7f47f;hp=5526d3a1407d72c85e3198e18fee96d3f9ca5cbf;hpb=7e450e44cb188a835f5ca2b9f007b9782fcc753c;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition/Parser/CollateX.pm b/lib/Text/Tradition/Parser/CollateX.pm index 5526d3a..2ea2cad 100644 --- a/lib/Text/Tradition/Parser/CollateX.pm +++ b/lib/Text/Tradition/Parser/CollateX.pm @@ -119,11 +119,13 @@ sub parse { $collation->end( $gnode ); } } + + # TODO Need to populate $wit->path / uncorrected_path # Now we have added the witnesses and their paths, so we can # calculate their explicit positions. # TODO CollateX does this, and we should just have it exported there. - $collation->calculate_positions(); + $collation->calculate_ranks(); } =back