test-check

2017-06-16T14:09:56.347445Z

hey guys, where could I submit a bug report of the test.check library?

2017-06-16T14:12:48.411280Z

@carocad http://dev.clojure.org/jira

2017-06-16T14:35:26.935820Z

@gfredericks thanks

2017-06-16T14:35:58.948232Z

maybe you could help me?. I think I might be doing a stupic mistake but I dont see it 😕

2017-06-16T14:36:43.965329Z

the locals declared inside prop/for-all are not being recognized

2017-06-16T14:36:56.970161Z

I cannot even make the example in the README work

2017-06-16T14:58:39.481417Z

bug report submitted

2017-06-16T15:05:52.662260Z

@carocad that's pretty strange

2017-06-16T15:07:48.708255Z

yeap, I am still trying to make sense of it. I mean if it would be normal if would have popep up before the lib release

2017-06-16T15:08:08.716454Z

@carocad looking at the travis log, the problem seems to be using previous bindings in the for-all, which doesn't support that

2017-06-16T15:08:19.720905Z

The bindings are independent

2017-06-16T15:08:47.731480Z

That doesn't explain your claim that the readme example doesn't work

2017-06-16T15:09:13.741201Z

I can put it on my file and show you a travis fail if that helps

2017-06-16T15:09:37.751173Z

btw, removing the previous binding didnt solve it in my case

2017-06-16T15:10:59.782390Z

You'd have to refactor it to one binding with gen/let and destructing, probably

2017-06-16T15:11:15.788871Z

The travis logs are helpful, yeah

2017-06-16T15:11:34.796118Z

Especially if the source is online too

2017-06-16T15:11:48.801525Z

it is. Currently a pr but it should be enough

2017-06-16T15:15:15.882038Z

hmmm seems that I was wrong. The build is still failing but it doesnt show the same problem as before

2017-06-16T15:15:40.892571Z

the pr is this if it helps: https://github.com/n7a235/backend.routing/pull/3

2017-06-16T15:18:34.960882Z

@carocad that looks like just an eastwood failure?

2017-06-16T15:19:16.977187Z

yeah it seems like it. I just changed my code and the example from the repo worked locally. I am testing in travis

👍 1
2017-06-16T15:24:18.095780Z

yeah it worked

2017-06-16T15:24:44.106159Z

so the problem was the previous bindings 😄 sorry

2017-06-16T15:25:18.119782Z

I'm closing the issue

2017-06-16T15:26:01.136728Z

cool, thanks

2017-06-16T15:28:10.188394Z

oh it seems I cannot close the issue 😞 I put a comment explaining it was my failure though

2017-06-16T15:29:00.208381Z

huh, strange

2017-06-16T15:29:02.209164Z

I'll close it

2017-06-16T15:31:38.272643Z

thanks :thumbsup: