Description[debugging] print ranges for consecutive values with %DebugPrint
With this CL repeated values in elements are combined into a single printout with a range.
BEFORE:
- elements = {
0: <undefined>
1: <undefined>
2: <the_hole>
}
AFTER:
- elements = {
0-1: <undefined>
2: <the_hole>
}
BUG=
Committed: https://crrev.com/ec4165742088043d8fede38db21a281e16682adb
Cr-Commit-Position: refs/heads/master@{#38069}
Patch Set 1 #
Total comments: 2
Patch Set 2 : fixing the_hole and NaN printing #Messages
Total messages: 14 (6 generated)
|