Tpt
|
4705d75893
|
makes newer Clippy happy
|
1 year ago |
Tpt
|
1424181379
|
Support Tokio async in SPARQL TSV results parser
|
1 year ago |
Yuri Astrakhan
|
0400f04915
|
Error renaming
```
enum sparesults::error::ParseError -> QueryResultsParseError
struct sparesults::error::SyntaxError -> QueryResultsSyntaxError
Inlined inner
enum oxrdfxml::error::ParseError -> RdfXmlParseError
struct oxrdfxml::error::SyntaxError -> RdfXmlSyntaxError
enum oxttl::toolkit::error::ParseError -> TurtleParseError
struct oxttl::toolkit::error::SyntaxError -> TurtleSyntaxError
enum oxrdfio::error::ParseError -> RdfParseError
struct oxrdfio::error::SyntaxError -> RdfSyntaxError
struct spargebra::parser::ParseError -> SparqlSyntaxError
enum spargebra::parser::ParseErrorKind
Parser -> Syntax
```
|
1 year ago |
Yuri Astrakhan
|
18bf383701
|
Remove tabs from BNF comments
Minor cleanup on the BNF comments - get rid of tabs and align them
|
1 year ago |
Tpt
|
d838d55f02
|
Uses nightly rustfmt on imports and comments
|
1 year ago |
Tpt
|
899e553249
|
Makes SPARQL query result Send and Sync
|
1 year ago |
Tpt
|
756c5394d0
|
Adds Tokio support to SPARQL results serializers
|
1 year ago |
Tpt
|
ea80c11d6e
|
CI: Run clippy on all targets
|
1 year ago |
Tpt
|
d280f7d2f7
|
Adds basic location support to sparesults SyntaxError
|
2 years ago |
Tpt
|
67fd726f9d
|
Makes SPARQL results TSV work with a Read implementation
|
2 years ago |
Tpt
|
7a3e07d98d
|
sparesults: no more hidden flush
Let the user decide to do it or not
|
2 years ago |
Tpt
|
f10e5a40a3
|
Enables more Clippy lints
Auto-enable all Clippy lints that are not in nursery but a blacklist
|
2 years ago |
Tpt
|
cb9922379c
|
Uses "let else" syntax where relevant
|
2 years ago |
Tpt
|
a1cbfdf67d
|
Improves some code style details
|
2 years ago |
Tpt
|
7175784356
|
Improves Clippy lint list
|
2 years ago |
Tpt
|
3e0f6b5405
|
Applies oxigraph crate clippy lint to the complete project
|
2 years ago |
Tpt
|
31c6bb7815
|
TSV SPARQL results: Add spaces around quoted triples "<<"
|
2 years ago |
Tpt
|
6d09d77c61
|
CSV and TSV SPARQL results: always print trailing line jumps
Follows the TSV grammar and probably nicer CSV support too
Also check for wrong numbers of columns in TSV parsing
|
2 years ago |
Tpt
|
a51509dcd3
|
TSV SPARQL results: Properly quote \t and use short Turtle serialization everywhere possible
|
2 years ago |
Tpt
|
808c9db007
|
String formatting: uses inline syntax
|
2 years ago |
Tpt
|
7581d9a6b2
|
Makes Clippy happy
|
2 years ago |
Tpt
|
4327f8e729
|
Makes sure all writers flushes before the end
The API user is likely to write a lot of data with them. This way the API is more "foolproof"
|
3 years ago |
Tpt
|
34cc602e0b
|
Makes SolutionsWriter input type broader
|
3 years ago |
Tpt
|
579641909c
|
sparesults: return error on duplicated variable declaration
|
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
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
3 years ago |
Tpt
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
3 years ago |
Tpt
|
01a33192eb
|
Adds a public API for SPARQL query results I/O
|
3 years ago |