Tpt
|
7d45ea43f5
|
Adds Tokio async to SPARQL XML 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 |
Tpt
|
655ecd3e91
|
Convert error to thiserror
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
|
1 year ago |
Yuri Astrakhan
|
1e37577b71
|
Optimize some code, lints
* A few match simplifications
* Order trait impl to match trait itself
* A few unneeded parenthesis
* One dup code de-duplication with a new func
|
1 year ago |
Tpt
|
d280f7d2f7
|
Adds basic location support to sparesults SyntaxError
|
1 year ago |
Tpt
|
dbb39d867a
|
Upgrades json-event-parser
|
1 year ago |
Tpt
|
67fd726f9d
|
Makes SPARQL results TSV work with a Read implementation
|
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
|
f6c8358b24
|
Refactor parsers error types
Uses SyntaxError and ParseError everywhere
|
2 years ago |
Tpt
|
3e0f6b5405
|
Applies oxigraph crate clippy lint to the complete project
|
2 years ago |
Tpt
|
54356f5273
|
Updates dependencies
|
2 years ago |
Tpt
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
3 years ago |