-
Notifications
You must be signed in to change notification settings - Fork 577
Open
Labels
breaking changeThis involves or proposes breaking RDFLib's public API.This involves or proposes breaking RDFLib's public API.coreRelates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`feedback wantedFeedback from RDFLib users and contributors is wanted.Feedback from RDFLib users and contributors is wanted.good first issueGood for newcomersGood for newcomersinterface bugAn issue with our public interfaceAn issue with our public interfaceneeds discussionThis issue needs further discussion to find an optimal way to resolve it.This issue needs further discussion to find an optimal way to resolve it.
Description
Currently, rdflib.graph.ConjunctiveGraph.parse
returns context
instead of self
, which seems wrong:
Lines 2250 to 2251 in 5c3c78a
# TODO: FIXME: This should not return context, but self. | |
return context |
It also causes confusion for users because it is not really something anyone would expect to happen, see #2335.
Metadata
Metadata
Assignees
Labels
breaking changeThis involves or proposes breaking RDFLib's public API.This involves or proposes breaking RDFLib's public API.coreRelates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`feedback wantedFeedback from RDFLib users and contributors is wanted.Feedback from RDFLib users and contributors is wanted.good first issueGood for newcomersGood for newcomersinterface bugAn issue with our public interfaceAn issue with our public interfaceneeds discussionThis issue needs further discussion to find an optimal way to resolve it.This issue needs further discussion to find an optimal way to resolve it.