aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/state
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-11 14:47:36 -0500
committerDavid Robillard <d@drobilla.net>2021-03-12 22:36:14 -0500
commitb37402500176b328a6a5752df2a170538cc9594c (patch)
tree123b86f123177f805edd631cc05beb0fc131dd38 /lv2/state
parent50f531462274bb6c395ff1b63cf7c1016d7bb088 (diff)
downloadlv2-b37402500176b328a6a5752df2a170538cc9594c.tar.xz
Use matching datatypes for fixed-size bounds in xsd.ttl
This avoids the need to do any datatype conversion for handling bounds. In particular, it avoids troublesome range issues, like the maximum xsd:unsignedLong being too large to fit in an xsd:long, which is likely what an implementation without bigint support uses to represent xsd:integer. So, avoid all of that by simply using the exact datatype in bounds for that datatype, which makes more sense anyway.
Diffstat (limited to 'lv2/state')
0 files changed, 0 insertions, 0 deletions