scava icon indicating copy to clipboard operation
scava copied to clipboard

Dependencies in a library are shown too many times

Open phkrief opened this issue 6 years ago • 4 comments

Hi Would it be possible to keep only once the name of the libraries when they are listed in teh dependencies section of a select library: image

Thanks a lot

phkrief avatar Dec 05 '19 11:12 phkrief

The example I took comes from the section of the Eclipse Paho project image

phkrief avatar Dec 05 '19 11:12 phkrief

We could filter out duplications but maybe it is better to be done on the server-side, so as not to send superfluous data. @md2manoppello what do you think?

geryxyz avatar Dec 05 '19 12:12 geryxyz

I saw on the dashboard that when they are duplicated it comes from the fact that they have different version numbers. Is it the case here?

phkrief avatar Dec 05 '19 12:12 phkrief

Dear @phkrief I've added some filtering for the dependencies of projects so they won't appear multiple times ( 1.21.0.rev0 )

idarav avatar Dec 08 '19 11:12 idarav