zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #01131
Re: [Merge] lp:~zorba-coders/zorba/structuralrelationships2 into lp:zorba
Hi Markos,
i noticed that the parse uri function now uses strtoul without checking errno with the following effects:
A missing component is considered 0:
np:in-same-tree-of(xs:anyURI("zorba:..1.50"),xs:anyURI("zorba:0.0.1.50")) ->true
Out of ulong value-space == ULONG_MAX
np:in-same-tree-of(xs:anyURI("zorba:.3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333.1.50"),xs:anyURI("zorba:0.222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222.1.50")) ->true
Is this ok?
Thanks
Federico
--
https://code.launchpad.net/~zorba-coders/zorba/structuralrelationships2/+merge/78395
Your team Zorba Coders is subscribed to branch lp:zorba.
Follow ups
References