Simonas Kazlauskas
Simonas Kazlauskas
I wonder if it works correctly with bash and other alternatives… If bash works fine, then it could be a good inspiration for solution – there's no need to reinvent...
As far as fixing this is concerned, I imagine we would maintain some sort of a per-Builder sequence index that gets associated with each flag pushed to one of the...
> You mean it would be breaking to fix the ordering because someone might be relying on us using the current order? That too, but especially that now ``` Build().flag("-bar").flag_if_supported("-foo").flag("-baz")...
A very good point indeed. ### Switchless arguments In roughly 90% of cases (no statistical proof, just a guess based on observations) it is intended to pass different arguments. Minority...
I could confirm this same issue when the reproducer is built with cl.exe, so the problem seems to be occurring regardless of the toolchain used. Unfortunately, the address sanitizer instrumentation...
> I cannot reproduce this issue. Right, so far I’ve only been able to make it occur on Github Actions runners, as I noted in the original report: > Curiously...
> The reason this method takes arrays rather than slices is in order to validate that their lengths are less than 32 elements statically. This is used to emit an...
I have been testing this out this weekend. In case anybody wants to do that as well, you can easily test this branch with the following incantation: ``` external_components: -...
In terms of fixes for this, I think it would be alright to return that the request is invalid for requests like these.
Right, I did not mean to make it a blocking comment or anything like that. Follow whatever approach you and maintainers of ESPHome decide is best. I’m happy to convert...