Stream: committers
Topic: edits to invariants
Eric Haas (May 19 2016 at 22:55):
What is process for creating fluentpath expression for invariants? does the build create them based on the xpath?
Grahame Grieve (May 19 2016 at 22:55):
no. if we generate anything, we'd go the other way.
Grahame Grieve (May 19 2016 at 22:55):
what do you want to say?
Eric Haas (May 19 2016 at 23:10):
If component.code = code then value.empty() (
Eric Haas (May 19 2016 at 23:13):
probably easier to say not(value.exists() and (component.code=code))
Grahame Grieve (May 20 2016 at 00:13):
component.value.empty() or code != component.code
Eric Haas (May 20 2016 at 00:36):
I think you mean value.empty() or code != component.code
Eric Haas (May 20 2016 at 00:37):
not component.value
Last updated: Apr 12 2022 at 19:14 UTC