Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: Tom Lau <tomandfatboy@gmail.com>
|
|
inconsistent-behavior-(missing-fields)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes-a-specific-case-for-getVisibleType
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The current early break only wants to check if there are any definition.
There is no need to fetch the full definitions list.
We can early break as soon as we found the 1st one.
|
|
The current hash function used to distribute work seems not perfect.
We can actually use round robin to distribute after sorting file list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specifically to prevent it from trying to match the tostring-ed numeric
number keys of plain arrays with config folder paths, which can lead
to false positives if those paths contain numbers and then ultimately
results in only a single argument out of the arguments array being
passed along
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit c59bd7f4765a8016dfbbf3c8c9879387ca86acfd.
|
|
This reverts commit 719d7c2ba63c5a0207604a40cdf0b78a02b0eb78.
|
|
This reverts commit a47b432b13f1d4bfa415185bb305b3672bc22d7d.
|
|
This reverts commit e00877e09dd86208f18dd11d6aab444301ce8b03.
|
|
|
|
Throttle calls to await.delay() in some diagnostics
|