Mark VanderVoord
Mark VanderVoord
Are you in a position to try the preview release candidate? (You'd need to download the gem from releases and then install it using `gem install --local `). If so,...
Ah. If you're already using a release candidate, that suggests that we likely still have a problem in this area. I'll add this to our priority list! Thanks!
Try adding that same line to the :test_runner: section as well. :)
Hm. I'm surprised. (1) I'd force everything to rebuild by issuing a `rake clobber`. (2) If there is still a problem, can you post what the RUN_TEST macro looks like...
Hi. We're working on the next release which resolves this (and a number of other bugs). You can see that gem in the releases folder. At the moment, you'd have...
This definitely seems like a bug in the runner generator. Thanks for building a minimal example to reproduce it.
Ceedling CAN be made compatible with Ruby 3 and IS already. There's an in-progress gem working towards the next release which has Ruby 3 compatibility under Releases. It seems to...
Correct. As I mention above, it's been fixed already if you grab the pre-release gem.
As mentioned above, that was true when this version was released. This issue has been resolved. Just grab the pre-release gem.
My guess is that you updated the gem, but your vendored ceedling (the one inside your project) is still the old ceedling? You can delete and re-import the vendored ceedling,...