Closed TungstnBallon closed 6 months ago
I might be missing something but there are no functional changes in this PR, only tests and hints now? Did you merge the functional changes in a different PR?
It seems to work without functional changes. I think this is because all the required properties like lowerBound
or lowerBoundInclusive
already have defaults that are used if the property isn't specified in the .jv
file.
I followed the steps to reproduce from #533 and the error described there is gone too.
It is now possible to only specify one bound when using
lenght-constraint
. However one bound minimum is still required closes #533I went ahead and took the liberty to also implement this fix for
range-constraint
.