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 ShExC and Shapemap compact parser #43

Closed labra closed 4 weeks ago

labra commented 4 weeks ago

It seems that after the new code cleaning, the tests of the ShExC compact syntax are failing...check and solve the issues. The current results are:

failures:
    shapemap_grammar::tests::example_shapemap
    shapemap_parser::tests::test_prefix
    shex_grammar::tests::test_basic_shape_decl
    shex_grammar::tests::test_inline_shape_expr
    shex_grammar::tests::test_prefix_id_with_dots
    shex_grammar::tests::test_prefix_simple
    shex_grammar::tests::test_triple_constraint
    shex_parser::tests::test_prefix

test result: FAILED. 7 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

We need to check what has changed in the grammar...

labra commented 4 weeks ago

Fixed in corresponding pull request after reverting some changes made when cleaning the code.