Gary O'Neall

Results 1059 comments of Gary O'Neall

@jlovejoy Agree it would require some changes to the UI.

See [SpdxFile](https://github.com/spdx/Spdx-Java-Library/blob/master/src/main/java/org/spdx/library/model/SpdxFile.java) for an example of the builder pattern. This pattern was introduced late in the development of the library. It would be nice to add this to some of...

Hi @amCap1712 Thanks for taking this on. One suggestion - In the other classes that use builders, I used a slightly different pattern where the builder is passed in as...

Thanks @meretp for the detailed explanation of the issues. > In general I would expect that the comparison is somehow independant from the direction of the relationship although I see...

In looking at the effort involved, I don't think it would make sense to fix this before 3.0. The 3.0 spec has some structural changes in the relationships that will...

Clarification on the "won't fix" label - won't be fixed before SPDX spec version 3.0. Once the SPDX spec version 3.0 is released, we'll reconsider working on this issue.

Thanks @pmonks - closing the issue

This turns out to be a very challenging fix - we need access to the alt tag spacing hints which are not preserved in the template. There are two approaches...

Since `LicenseInfoInFile: Qt-GPL-exception-1.0` is an exception and not a license, it should only be used on the right side of a `WITH` expression. If `LicenseInfoInFile: LicenseRef-Qt-Commercial` passes validation, then there...

Transferring this to the library repo where the parsing code is implemented.