Matt Fellows
Matt Fellows
Nice one - thanks! I can't recall the specifics as to why now, but you could well be right.
OK, so I’ve been seeing them indeterminately also but have never been able to put my finger on why. I’ve shared with my colleague who has more experience with low...
Some further debugging notes. It only seems to affect plugins, and only during verification. If I run the `make fake_pact` suite with the grpc/matt plugin verification tests disabled, I don't...
Further update - I attempted to trace this using dtrace/dtruss, however you can't instrument rosetta runs. I then installed go in a native Apple environment and ran into permission issues,...
Thanks Matt, sadly this has been a nasty one to try and chase down.
Huh - the saga continues!
Thanks for the detailed report. This is likely a limitation of the JSON parser. It seems somewhere in the chain 5.0 is being reduced to simply 5. Can you confirm...
I realised this wasn't linked to an upstream issue, I'll re-raise in the core where I believe this belongs.
Not an upstream issue, the bug is because it's a type matcher _and_ a generator - it should only be a generator. This will require some typing updates. Source of...
New (possible) upstream issue: https://github.com/pact-foundation/pact-reference/issues/448