ssc-oscar / lookup

A mirror of bitbucket.org/swcs/lookup
1 stars 4 forks source link

Counts not showing up for getValues? #7

Closed k----n closed 3 years ago

k----n commented 3 years ago

The #ofCommitIds, #ofFiles, #ofCommits, #ofBlob-IDs, #ofProjects, #ofCommit-IDs, etc. don't show up when running ~/lookup/getValues.

This is different than the README which suggests the counts exist.

What changed to cause this? Is it because the counts are no longer in the maps?

audrism commented 3 years ago

Having counts makes running the filters in sequence more complicated, e.g to compose map yyy and zzz

echo XXX | getValue -f yyy | cut -d\; -f2 | lsort 1G -u | getValue -f zzz

so README needs to be updated to reflect current behaviour.

audrism commented 3 years ago

Fixed in 45df0a043e76a360cad188088439d40fdee11d78