-
Notifications
You must be signed in to change notification settings - Fork 134
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
Fix Issue #323 #325
Fix Issue #323 #325
Conversation
If `doc.ext_document_references` is empty, an empty `ExternalDocumentRef` must be added to it before trying to operate on it. Signed-off-by: Abhishek Kumar <abhi.kr.2100@gmail.com>
Please note that even after resolving the exception mentioned in Issue #323, the RDF parser still fails due to other bugs. This PR is hence still in progress. I opened it to receive feedback on whether the direction I'm taking while trying to debug is acceptable; I'm new to SPDX and may have missed something. Please let me know. |
Hi @abhi-kr-2100! Thanks for your contribution!
|
Hi @abhi-kr-2100 ! Thanks for the contribution! |
@meretp @nicoweidner Thank you for the advice and pointers. As a beginner to open source contributions, I really appreciate it. I'll be looking around and see what I can meaningfully contribute to. :) |
@abhi-kr-2100 If you want to get involved in where development is going currently, you're welcome to join our weekly call. It's tomorrow, Thursday, 5pm - 5.30pm GMT, https://zoom.us/j/98741582779. The regular time is half an hour earlier, but the first Thursday every month is shifted because of a conflict. It's open to everyone, and meant as an informal way to sync on current topics and where development should focus next. I hope the current transitional phase will be over soon. Once we have the new data model merged (currently on branch https://github.com/spdx/tools-python/tree/refactor-python-tools), there will be plenty of areas to get involved in - for example, porting the writers over to the new data model. |
@nicoweidner That sounds awesome. I'm looking forward to it. Thanks once again! |
The example RDF parser can't parse the example spec from the
spdx-spec
repo.This PR is trying to fix it.