Daniel Marjamäki
Daniel Marjamäki
If we volounteer to do this.. how big task would it be.. is this a small simple task that a C# noob can pull off in a day or two...
> making it more similar to the behavior of tools like make and ninja. thanks I like to have similar behavior > Whether the feature is worth it with regard...
> IMO anyone using -j0 is not going to be disappointed to get to 100% CPU load. In that other comment firewave said that we don't want to check all...
@firewave you said that "std::thread::hardware_concurrency() might provide the desired information but it is implementation-dependent and any fallback would be extremely non-portable code which I would like to avoid." I don't...
well you can write a line in the release notes also.
@pvutov do you actually intend to use this in CI? i.e. will this feature have some active use? Or did you mostly want to pick a simple task and contribute...
In my humble opinion here is a better test case. There should be no "unusedStructMember" warning here: ``` struct S { int a; }; S foo() { return S{0}; }...
> We need to consider the whole(!) configuration (which is currently all over the place) as it might be unique to each file. I am not sure about this. My...
> I am in favor of fixing that also.. however just for my understanding, it requires some special circumstances like specifying overlapping directories.. right? If a user would run into...
> The problem here is that sometimes a change you initiated is put up and it is being merged within minutes giving nobody even a chance to look at it....