Mark VanderVoord

Results 148 comments of Mark VanderVoord

Our upgrade process isn't awesome yet. The easiest way at the moment would be to do this: * delete your `vendor` directory and everything in it * outside of your...

It appears the issue above is that the mentioned file contains an illegal character. Often this is a character from a foreign language or the like. Ruby has changed the...

Yes. The new Ceedling introduces more flexible includes handling, actually to handle exactly the sort of problem that you've run into. Here are two phases: (1) Update your `:paths: :include:`...

It's possible you are about to run into further problems because of having "too new" of a Ruby. They've made breaking changes that we've had to catch up with. There...

No, this isn't intentional. Thanks for bringing it up. Just to clarify: * the part where you ignore header_a.h seems to be working. * the part where support is automatically...

If you go to "Releases" here on github, you can find Release Candidates which already fix this (and many other) issues. We are working through some documentation (we believe we've...

The soon-to-be-released Ceedling has a lot of internal changes that are working towards fixing problems like these. It solves *part* of the problem, in that it will match the *best*...

At the time we wrote this, gtest did not support ignored tests. Has this changed and they have a standard way of displaying ignored tests? If not, we can update...

:) It'd probably be simple enough to make them optional, and just default to disabled. You can leave this issue open.