Christopher Dambakk

Results 21 comments of Christopher Dambakk

Huh, now I notice that the same happens if I run `./gradlew :lottery:testDebugUnitTest` as well: Skipping task ':lottery:testDebugUnitTest' as it is up-to-date. :lottery:testDebugUnitTest (Thread[Execution worker for ':',5,main]) completed. Took 0.04...

I suspect that it does not relate to the `testDebugUnitTest` task afterall, I think it was skipped due to no source code changes. It might still be a local issue,...

Thanks, I wasnt aware of the `--rerun-tasks` flag. However, applying that flag still gives me the same output: ``` > Task :lottery:verifyPaparazziDebug Skipping task ':lottery:verifyPaparazziDebug' as it has no actions....

I discovered something! If I make changes to the actual source code (not the test source) the verify task does in fact run and report correctly! I've tried several times...

I havent looked more into it, but its currently blocking us from using it if we cant rely on it. What error did you get on the snapshot version, @theomota?

I see. That might be it. I will try it out when 1.1 is released!

I'm not able to reproduce the issue anymore so let's consider it resolved! Thanks for your work on paparazzi, it's very useful to us!

I'm experiencing the same thing, and have done some more research on #453.

Ah, I guess you're right. Anyway, I think I experience your issue: https://github.com/cashapp/paparazzi/issues/453#issuecomment-1155523277