Alejandro Rosso
Alejandro Rosso
I run into the same issue, @h0chi do you manage to solve that?
Totally agree! It would be great if this feature is added.
You can edit your `gamemode.ini` file to add `start` and `end` scripts to set the power profile accordingly using the command-line utility `powerprofilesctl`. e.g: ``` [custom] start=powerprofilesctl set performance end=powerprofilesctl...
Hi! This version will include the [improved support for separate out directories](https://github.com/ThrowTheSwitch/Ceedling/pull/591)?
Have you tried what is stated [here](https://github.com/ThrowTheSwitch/Ceedling/blob/master/docs/CeedlingPacket.md#adding-handy-rake-tasks-for-your-project-without-fancy-pants-custom-plugins)? It seems that the `rakefile` should be something like ```ruby PROJECT_CEEDLING_ROOT = "tools/ceedling" load "#{PROJECT_CEEDLING_ROOT}/lib/ceedling.rb" Ceedling.load_project task :default => %w[ test:all release ]...
Hi, @mkarlesky! I've already tried out the mixin functionality and that allows me to do what I previously did with imports, at least regarding environment variables inside a `env.yml` file....
The issue is probably due to a breaking change with Ruby 3.1 / Psych 4.x as stated [here](https://bugs.ruby-lang.org/issues/17866). Try with Ruby 3.0, it comes with Psych 3.x so it should...
@tchernobog I agree that using Ruby 3.0 is not a long term solution, we just need to wait for the next release of Ceedling that hopefully will fix this. But...
@mvandervoord Any idea on fixing tools arrays for command hooks? Maybe they can be supported only for command hooks tools and not for the normal ones (test compiler, test linker,...
@mvandervoord @mkarlesky I want to resume my work on this. My initial plan was to fix tools array handling on setup and validation, but that will leave not uniform behavior...