deps: bump sophia to 0.10 - #120
Open
VedantMadane wants to merge 1 commit into
Open
VedantMadane wants to merge 1 commit into
VedantMadane wants to merge 1 commit into
Conversation
|
|
Contributor
|
Awesome. Two things to note before we merge: could you please sign our CLA agreement (via bot above), and also resolve a the lint issue? For the second one, you can run run |
VedantMadane
force-pushed
the
deps/issue-119-sophia
branch
from
September 17, 2026 11:38
6151133 to
9b3a76f
Compare
Update the sophia dependency from 0.8 to 0.10 (latest). Sophia 0.10 makes RDF 1.2 language-tagged literals carry an optional base direction, so adjust the SimpleTerm match in graph.rs accordingly. Fixes openlawlibrary#119 Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
VedantMadane
force-pushed
the
deps/issue-119-sophia
branch
from
September 18, 2026 05:34
9b3a76f to
8c7951a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the
sophiacrate from 0.8 to 0.10 (latest) and adapts RDF term matching for the RDF 1.2 API.Changes
Cargo.toml/Cargo.lock:sophia = { version = "0.10", features = ["xml"] }src/history/rdf/graph.rs:SimpleTerm::LiteralLanguagenow includes the optional base-direction field introduced in sophia 0.10Test plan
cargo update -p sophia --precise 0.10.0LiteralLanguage/FastGraph/ XML parser compile via a minimal probe crate (fullstelaecheck needs libxml2 on the builder)cargo check/ tests on Linux with libxml2Fixes #119