You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(html): make HTML column sorting consistent across index pages (fix#1766) (#1768)
* Add ids to column headers that you can sort by.
* Use table header ids to remember sort columns, special casing the function/class column.
* Rename 'function_or_class' and related names to 'region' and related.
* Use 'file' as placeholder for the th id, so we sort on file in the absence of a recorded column id.
* Fix bug of incorrectly recording direction changes.
* Use 'let' instead of 'var' in the new code.
* Update gold HTML tests.
* Support scrubbing temporary paths in test_html.py on Windows.
* Fix long line in test_html.
* Add gold files for test_html partial (needs running tests on Python < 3.10).
* Use scrub for Windows path when running test suite in all OSes.
* Move scrubbing of Windows paths into test_other.
0 commit comments