Yuri Astrakhan
185d83838c
Linting: Impl ordering, Self refs
...
For consistency, ordered implementation of a traits the same way as they are declared.
Used `Self::<assoc>` in a few last spots
10 months ago
Tpt
d838d55f02
Uses nightly rustfmt on imports and comments
10 months ago
etiennept
f354bc7546
JS: avoids directory copies during build
10 months ago
Yuri Astrakhan
a976eb3efc
Remove use_self allow clippy
10 months ago
Yuri Astrakhan
522bda2906
Add WKT_LITERAL vocabulary support
10 months 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`
10 months ago
Yuri Astrakhan
405b95b4bd
Minor linting fixes
10 months ago
Yuri Astrakhan
5f603bc4fe
Fix CI status badges
10 months 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.
10 months ago
Yuri Astrakhan
51941c0dc5
Simplify complex strings with raw literals, readme fix
...
Also add a minor debugging python statement to linter
10 months ago
Yuri Astrakhan
d4bfcd3b24
Add debug print to test_debian_compatibility
10 months ago
Tpt
df040400c5
Turtle: fixes parsing bug with escaped dot at the end of a local name
10 months ago
Tpt
b08c201074
CI: attempt to fix debian compatibility test
10 months ago
Tpt
c2040a30fd
oxttl: Exposes the base IRI
...
Issue #730
10 months ago
Tpt
c2df0b829d
CI: Uploads all Python wheels in one batch
...
Avoids partial releases in Pypi
10 months ago
Tpt
cffc536eb9
Releases v0.4.0-alpha.2
10 months ago
Tpt
5cf8025aec
CI: Fuzzer: Removes unused clone
10 months ago
Tpt
d4eaa3c5ef
Docker: use semver tagging
10 months ago
Tpt
dcabf50ab6
Fixes Docker image
...
Issue #723
10 months ago
Tpt
0d23f4ae48
Architecture diagram
10 months ago
Tpt
d1da94b08b
Runs sphinx-lint in the CI
10 months ago
Tpt
f01796b1a4
Python: Runs doctests as part of the unittests
10 months ago
Tpt
93eab63868
Python: QuerySolution is thread safe
10 months ago
Tpt
42a66f62b9
Enables cargo semver-checks again
10 months ago
Tpt
f2a2bd5b5d
CI: Improves Python build and upload
10 months ago
Tpt
391e8d7662
Fixes and ensures 32bits x86 support
10 months ago
Tpt
a5781d1187
Releases v0.4.0-alpha.1
10 months ago
Tpt
a84b898fda
Parsers: adds "unchecked" option for faster parsing
...
Does not validate IRIs and language tags
10 months ago
Tpt
d170b53609
N3: Fixes stack overflow errors
10 months ago
Tpt
790501e1b3
Setup codspeed and improves benchmarks
10 months ago
Tpt
bdf5d593ee
CI: Share code to setup Rust
10 months ago
Tpt
1761672b41
Upgrades Pyo3
10 months ago
Tpt
bde73e5d72
Updates README
11 months ago
Tpt
4c79e7ee78
Upgrades testsuite
11 months ago
Tpt
5cc3e37876
Upgrades Cargo lock file
11 months ago
Tpt
8104f9e1de
Merge remote-tracking branch 'origin/main' into next
11 months ago
Tpt
ed94f56ab4
Fixes linux aarch64 build
11 months ago
Tpt
025bd2afd2
Uses new cargo lint configuration system
11 months ago
Tpt
4756217787
Adds "since" to the #[deprecated] annotations
11 months ago
Tpt
2e9ac3cc1a
Python Store.backup: allows pathlib
...
Issue #699
11 months ago
Tpt
604d1bbe2e
BulkLoader: rename set_* methods to with_* methods
11 months ago
Tpt
4084acb9b8
Renames dump_dataset and dump_graph to dump_to_write and dump_graph_to_write
11 months ago
Tpt
2a135283d5
Lints against 1.74
11 months ago
etiennept
735db897ff
Update package.json
...
replace mv pkg with out-dir
11 months ago
Tpt
4b3f3f3278
RDF/XML: properly serialize predicates with xmlns: prefix
11 months ago
Tpt
3241f47059
Docker: use bookworm
11 months ago
Tpt
4841f89072
Server: allows Content-Encoding: gzip requests
11 months ago
Tpt
efd5eec65d
Introduces load_from_read instead of load_graph and load_dataset
11 months ago
Tpt
899e553249
Makes SPARQL query result Send and Sync
11 months ago
Tpt
03afe5c6c6
Releases v0.3.22
11 months ago