weso / shapes-rs

RDF data shapes implementation in Rust
https://www.weso.es/shapes-rs/
Apache License 2.0
23 stars 1 forks source link

Repair shex deserialization #41

Closed labra closed 4 weeks ago

labra commented 4 weeks ago

After the recent refactoring, the test ast::schema::tests::test_deser_user fails...and the ShEx test_suite also fails to deserialize the shemas. It seems that something is wrong with the way that shape ids are deserialized.

labra commented 4 weeks ago

Solved it by reverting some changes in shape_expr_label and triple_expr_label