Tpt
accadaac34
CI: Uses 1.76.0 for Clippy
1 year ago
Tpt
6c7514d058
OxRDF: fixes running doc tests with rdf-star disabled
...
Issue #794
1 year ago
Yuri Astrakhan
ea300e9081
Normalize unicode refs
...
Just to keep them a bit more consistent.
Note that there are a lot of code duplications here - but I do not know if they are worth consolidating, and/or any perf implications.
1 year ago
Tpt
655ecd3e91
Convert error to thiserror
...
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
1 year ago
Tpt
d838d55f02
Uses nightly rustfmt on imports and comments
1 year ago
Yuri Astrakhan
5be6f55155
A few more self-fixes
...
These are a bit more questionable but still keep things cleaner a bit, at least in some cases?
Most of these were the result of `cargo clippy --fix -- -W clippy::use_self`
1 year ago
Yuri Astrakhan
2b8df24b8b
Use `Self::AssocName` to simplify declarations
...
To keep with DRY principle, I think it makes it a bit less redundant to reuse the Self::<associated_type_name> structure in the well known trait implementations - keeps it consistent with the trait decl too.
1 year ago
Tpt
f10e5a40a3
Enables more Clippy lints
...
Auto-enable all Clippy lints that are not in nursery but a blacklist
2 years ago
Tpt
7e7489499d
OxRDF: Fixes Term::from_str() with a blank node in object position of a quoted triple
2 years ago
Tpt
808c9db007
String formatting: uses inline syntax
2 years ago
Tpt
6c80c8dd56
Makes Clippy pass without warning with rdf-start disabled
2 years ago
Tpt
e9bbe8e036
Applies new Clippy suggestions
3 years ago
Tpt
0123280f64
Do not make compilation fails on lints
...
Creates problems on untested architectures and rust version upgrades
3 years ago
Tpt
4efd193708
Improves documentation
3 years ago
Tpt
32d3f0782b
Fixes some new clippy warnings
3 years ago
Tpt
986e90845a
Reduces maximal stack size
...
Crashes on GitHub CI and is likely to crash on other systems too
3 years ago
Tpt
9dc8d348c4
sparesults: avoid stack overflow errors on too many nested triples
3 years ago
Tpt
0105a4a54a
Fixes Literal N-Triples parsing bug
...
It was crashing when the input were only a double quote
3 years ago
Tpt
a16a4108b8
Allows using oxrdf without RDF-star
3 years ago
Tpt
f5545f1948
Makes Oxigraph model standalone as oxrdf
...
Allows to reuse it in other crates like spargebra
3 years ago
Tpt
f084cfe332
Enables more Clippy lints and enforces them
4 years ago
Tpt
8f360568dc
Makes Term::from_str support RDF-star
4 years ago
Tpt
75a629860d
Enforces some extra Clippy lints
4 years ago
Tpt
39fe1b1704
Removes The default_graph_uris and named_graph_uris parameters from Python query methods
5 years ago
Tpt
c6d26a2a37
Easy parsing of terms from their serialization and SPARQL TSV parser
5 years ago