test-check 2017-06-16

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

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

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

I cannot even make the example in the README work

bug report submitted

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

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

The bindings are independent

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

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

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

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

The travis logs are helpful, yeah

Especially if the source is online too

it is. Currently a pr but it should be enough

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

@carocad that looks like just an eastwood failure?

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

👍 1

so the problem was the previous bindings 😄 sorry

I'm closing the issue

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