Skip to content

Commit ae31de4

Browse files
committed
Update FIXME note about number of files
1 parent 3b5f726 commit ae31de4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tools/tidy/src/ui_tests.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ use std::ffi::OsStr;
88
use std::fs;
99
use std::path::{Path, PathBuf};
1010

11+
// FIXME: GitHub's UI truncates file lists that exceed 1000 entries, so these
12+
// should all be 1000 or lower. Limits significantly smaller than 1000 are also
13+
// desirable, because large numbers of files are unwieldy in general. See issue
14+
// #73494.
1115
const ENTRY_LIMIT: usize = 900;
12-
// FIXME: The following limits should be reduced eventually.
1316
const ISSUES_ENTRY_LIMIT: usize = 1807;
1417
const ROOT_ENTRY_LIMIT: usize = 870;
1518

0 commit comments

Comments
 (0)