Juri Leino

Results 451 comments of Juri Leino

How about `fn:unique-id($options := ())` With - type: UUID, ULID (optional?) - version: 1 to 5 (applies to UUID only) Default would be UUID v4

[According to Wikipedia there are 8 versions and two variants of UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier). I would propose to make only version 4 mandatory but leave it up to an implementation to allow...

I suspect that we listed a property that is unset.

Thanks for sharing your findings here. Especially, since you already dug so deep into the codebase.

It would really help to get some additional information on this issue. 1. Where does this issue occur? 2. What are the steps to reproduce it?

@KitWallace It would be good to have some example data to test with. Would you be able to provide a file that can be used to produce a test set?

We should include cases with a combined index ```xml ```

Thanks @michaelhkay for bringing this up. Since your proposal already regards `XNodes` and `XTrees` as foreign I am thinking that Sequences could be handled similarly. They would be returned verbatim...

This would be in the same as JNodes in XNodes ``` [ 1, 2, 3, 4 ] ``` can be queried with ``` parse-json(/a)?* ```

The solution is to call the maven target 'integration-test'