Hi, I’m doing some investigation to see how we mig...
# general
f
Hi, I’m doing some investigation to see how we might use pact to do contract testing for our products, and am currently looking to write some tests in C++. It seems the pact-cplusplus repo isn’t actively maintained right now, and #CPGH2TLLX hasn’t been active lately? What is the actual status for this repo? My main interest right now is being able to link with a newer version of pact_ffi, as I want to leverage the plugin driver, but it seems the last released binaries for pact-cplusplus used a beta version…
y
The repo is as you see it, and your observations are correct. Only the consumer side was implemented anyway, so it would only get you so far. You could use it for inspiration or create your own wrapper library.
We would certainly accept pull requests to update the library / rework it if necessary and bring in new features, and we can help you out whilst you look at at building out the lib if you need
f
Alright, thanks for confirming this! 👍 It’s still early days for us right now, but good to know that contributions are welcome! I’ve managed to work around it for my immediate needs, fortunately the pact_ffi interface turned out to be compatible with the C++ consumer code so I could compile it with pact_ffi version 0.4.23
y
awesome! no worries, best of luck on the journey!