digitalbazaar / digitalbazaar/pyld
Deprecate jsonld.parse_nquads
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 683
- Forks
- 138
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 15
Description
With the integration of RDFLib, there's really no reason to keep parse_nquads besides backwards-compatibility, as one can use NQuadsParser() directly.
We could do the following:
- mark
parse_nquadsas deprecated in 4.0.0 - in later versions
- remove
parse_nquadsOR - keep
parse_nquadswith to_legacy_dataset (no legacyMode) OR - keep
parse_nquadsand the old parser
- remove
Originally posted by @mielvds in https://github.com/digitalbazaar/pyld/pull/254#discussion_r3773910435
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the jsonld.parse_nquads entry point and the NQuadsParser implementation, then inspect related compatibility tests and versioning guidance. Confirm which of the proposed post-deprecation paths is intended, and consider the work done when the selected behavior is implemented with deprecation or removal coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100