Gary O'Neall
Gary O'Neall
I did some analysis and debugging. There are 44,595 elements which are in the `documentDescribes` list. The document describes should only point to a few elements - the "root of...
I did some more analysis and experimentation to see if I could dramatically improve the performance of comparing very large SPDX element collections. TL;DR - no success yet, but some...
> If we can guarantee the collection (of differences) is sorted, will it help the comparison? > > The sorting order is a desired enhancement from this [spdx/Spdx-Java-Library#232](https://github.com/spdx/Spdx-Java-Library/issues/232) too. So...
@zvr @swinslow @bact - Can you think of a scenario where this would be needed outside of the simple licensing expression? If not, we can close this.
Looks good to me with one consideration: - If the file was not modified and is not intended to be modified (e.g. a straight copy), the relationship `COPY_OF` may be...
> As per [section 5.2.3](https://spdx.github.io/spdx-spec/v2.3/composition-of-an-SPDX-document/#523-file-information-section), specifically the 4th bullet point, if a file is not part of any package, it must appear before any package information section in the SPDX...
Has this already been decided that we would have only one SPDX document? See issue #860
Thanks @rilysh for reporting this. This is a good repo to report these types of problems. In general, the SPDX community uses GitHub issues to report and track issues. The...
Thanks @zvr - I remember seeing the comment, but I wasn't able to locate it. What do you think we should do? Replace the URL's which would merge #2245? In...
cc: @puerco