joachimvh / SPARQLAlgebra.js

SPARQL to SPARQL algebra converter
21 stars 9 forks source link

toSparql skips part of algebra #116

Closed qootec closed 3 months ago

qootec commented 3 months ago

Doing some tests with translate followed by toSparql, I run into an issue where a part of the query disappears. Am I overlooking something or is this an issue in the SPARQLAlgebra libray? See attached reproduction (as txt instead of js since the latter is not supported as attachment). test_toSparql.txt

joachimvh commented 3 months ago

This does indeed seem to be a bug with the library

joachimvh commented 3 months ago

This is fixed in v4.3.6. The problem should be gone when you reset your lock file.