Kevin Pedro
Kevin Pedro
while we're here, another informal rule should be formalized: use `std::abs()` not `fabs()` maybe also: "use c++ headers like rather than c headers like "?
avoiding `fabs` is something we've recommended for a while to prevent undesirable type conversions (since c++11 improved `std::abs()`) i don't see anything about c++ vs c headers, but i think...
i also notice that our ban on `cout` is not described in the code rules, this should definitely be added
another one that I don't see explicitly in the rules: * use git versioning to retain old versions of code in the development history, rather than leaving commented-out code in...
could also add "avoid const_cast"
> Did you encounter problems with the web? Yes, I had gridpack creation jobs fail yesterday because the wget call (noted above) did not succeed.
This is back in 10_6_X (processing UL samples). It doesn't look like #42179 was backported that far back, but it's good to know about it. These exit codes are the...
Clearly there is some ability to distinguish between these cases within the software: the exception messages for cases 1 and 2 contain the phrase "Fatal Root Error", while the exception...
Yes, bad bits could be caused by a network error. But often it is caused by actual file corruption at the source. Erring on the side of highlighting possible file...
@mpetroff great to see this! As a user, I am in favor of adding the 6- and 8-color cycles.