Mark VanderVoord
Mark VanderVoord
Yes. I believe there is an open issue for this already? If not, it's definitely something we've talked about doing. :)
Feel free to try the pre-release gem for 0.32 in the releases section of github. You'll find it does stack tracing on failures for you, if you enable them by...
Um... weird. You typed exactly what you have there? It wasn't a more complicated filename somehow? I can't seem to reproduce this bug. Maybe if you've done any customizing of...
You're using it correctly... I was hoping you had uncovered a strange corner-case that I could fix, but it appears you're just using it normally and it's not working for...
Thanks for narrowing it down, guys. I'm reopening this issue because I'd like to see if there is anything I can do about getting it to work with zsh, or...
memo to myself (or anyone else wanting to tackle this thread): users of rake and zsh have to either escape their brackets like module:create\[blah\] or use single quotes like 'module:create[blah]',...
Is there any option to compile and link all the files at a time before running individual test_file.
If you try the prerelease gem in "releases", you'll find that the next release of ceedling works in phases. It does all the compiling, then all the linking, etc. At...
Just to verify, when you made this attempt, were you in a folder which contained a Ceedling project? (meaning it already has a project.yml file configured and running in that...
Hi @SilverBulletEngineering -- We've considered switching the default to `#if` before, but realized that this was a later edition to the C language and have stuck with using `#ifdef` for...
@aschlicht (Aaron) -- thanks for the confirmation. I definitely fall behind on being able to validate some of these features and then they tend to go stale. I appreciate your...