Jitse De Smet

Results 26 comments of Jitse De Smet

@rubensworks only 2 tests still fail. One seems to always fail on my machine (I wrote it myself, but the mock seems to hate me): https://github.com/jitsedesmet/comunica/blob/chore/prepare-function-bussification/packages/expression-evaluator/test/unit/transformers/TermTransformer-test.ts The other one, I...

If I am not mistaken, the important part of the query is the bind. This seems to be working now. I run the query: ```sparql PREFIX ex: PREFIX xsd: SELECT...

I think even more changes beside the flags would be needed? If I am not mistaken, JS does not require the tailing `?` when using reluctant-quantifiers, but XPATH does: https://www.w3.org/TR/xpath-functions/#reluctant-quantifiers

On the top of my head: start term is basically the value you'd return when put was never called. So for the count aggregator, this would be `0`, but the...

Interesting... ![image](https://github.com/comunica/comunica/assets/35114273/e7cdf95d-b33c-442f-b294-c90fa44809d0) That did not work...