Uh oh!
There was an error while loading. Please reload this page.
lib: use const where possible - #26679
Conversation
use const instead of var where possible
We usually reject PRs for the |
Trott
commented
Mar 15, 2019
If you want to try to get a
The PR may still get rejected due to churn etc.! But there is at least some support for the idea that we keep getting these kinds of PRs so it may be time to just fix it once and for all. So it might get accepted. |
BridgeAR
commented
Apr 1, 2019
Superseded by #26915 |
use
constinstead ofvarwhere possibleChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes