The local bindings declared in the prop/for-all macro are not being respected. As a result the property testing fails since the values that should be known are not defined.
The first example from the readme also fails with the same cause.
Clojure 1.9.0-alpha17
clojure.test.check 0.9.0
Comment made by: carocad
An example of the failure can be found here: https://travis-ci.org/n7a235/backend.routing/builds/243677931?utm_source=github_status&utm_medium=notification
Comment made by: carocad
sorry my bad. I was using a previous binding from the generator to pass it to the next generator which is not supported.