Uh oh!
There was an error while loading. Please reload this page.
Resolve Issue #483 - #484
Conversation
Add support of std::initializer_list<string_view> for windows::default_launcher::operator()
AlrondPrime
commented
Apr 28, 2025
The pipeline failed due to changes made around |
klemens-morgenstern
commented
Apr 29, 2025
You can add it to this PR if you want |
AlrondPrime
commented
Apr 29, 2025
I’d prefer to focus on the changes I’ve already made, which are unrelated to the issue in |
klemens-morgenstern
commented
Apr 30, 2025
Ok, I'll see that I find the time this week to properly review this PR. |
klemens-morgenstern
commented
Oct 6, 2025
This fell of my radar - why do you need an initalizer_list overload for the launcher? |
AlrondPrime
commented
Oct 6, 2025
These changes unify the process-launching interface across different launch mechanisms, resulting in a more natural, idiomatic design that simplifies switching between them. You can see an example in the attached issue 483 |
f9812f4 to
696b785Compare
Add support of std::initializer_list<string_view> for windows::default_launcher::operator()