cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
306 stars 131 forks source link

Bugfixes #231

Closed LukasWoodtli closed 2 years ago

LukasWoodtli commented 4 years ago

Summary

This is a combination of #228 and #227

Details

This combined PR is used to check that both fixes together let the CI builds pass.

Motivation and Context

Because there are two not

How Has This Been Tested?

See the individual PR's.

Types of changes

Checklist:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 62.47% when pulling adfebcb4767561cd7db02d992267222e4aee9d25 on LukasWoodtli:Bugfixes into dd424c1a900cb41c5db9d481714eb3471ce195e3 on cucumber:master.

LukasWoodtli commented 4 years ago

@muggenhor, @paoloambrosio, @konserw Could anyone of you review this. I'm asking you because you are the main contributors...

jermus67 commented 2 years ago

Hello @LukasWoodtli ,

Maintenance of cucumber-cpp is in the process of being picked up again. The file BoostDriver.cpp has been a popular one to be fixed :). Unfortunately this means that this PR cannot be merged right now. I don't know if you are still active, but if you are, could you update this PR by resolving the conflict for the BoostDriver.cpp? When that is done it can be merged, since the other change is a setting in the QT domain.

There is talk of setting up plugin support for test drivers, so that adding support for frameworks like QT and Google Test, and hence configuring how they are compiled, do not need to be part of cucumber-cpp anymore, but since such a solution is only in the "that might be a good idea" phase any bugfix, also in the test driver support is welcome.

Kind regards, Jeroen Kouwer

jermus67 commented 2 years ago

Hallo @LukasWoodtli

I've taken a leap of faith an merged the other PR (#228, about the QSignalMapper), which saves you the trouble of updating an ancient PR.

Thanks for having provided the fixes.

Kind regards, Jeroen Kouwer

LukasWoodtli commented 2 years ago

Hello @jermus67 Cool that cucumber-cpp is back on stage! Unfortunately I am currently not able to participate. Keep going!