You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
:OutputFailure: diff-time.repl:5:22: could not parse (>= (diff-time timestamp EPOCH) 0.0): in (diff-time timestamp EPOCH), couldn't find property named diff-time
If I don't use diff-time in the property, I get an warning simply for using diff-time in the body of a function that has a @model:
Issue description
The Pact documentation notes that
diff-timecan be used in properties. However, if I attempt to use it in a property as in the below snippet:Then I receive the following error:
If I don't use
diff-timein the property, I get an warning simply for usingdiff-timein the body of a function that has a@model:This produces the following warning:
This is on Pact 4.8.