Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output of the CLI parser is incomplete #268

Closed
armintaenzertng opened this issue Nov 8, 2022 · 2 comments
Closed

Output of the CLI parser is incomplete #268

armintaenzertng opened this issue Nov 8, 2022 · 2 comments
Labels
parser Issues related to the parser layer

Comments

@armintaenzertng
Copy link
Collaborator

When using the CLI parser to read in and print out SPDX documents, multiple fields are missing (like license comments or multiple checksums) and others are printed out even though they contain no info (like attribution texts or annotations). This should be further investigated and then updated to include all available information in the output (and nothing more).

@nicoweidner nicoweidner added the parser Issues related to the parser layer label Nov 15, 2022
@meretp
Copy link
Collaborator

meretp commented Nov 23, 2022

Additionally the parser fails if a document contains no package, this output needs to be optional as packages are optional.

@armintaenzertng
Copy link
Collaborator Author

The new refactored version uses tag-value for output to stdout, thus this error is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Issues related to the parser layer
Projects
None yet
Development

No branches or pull requests

3 participants