bootstrap update notifications: only show what's new #122344
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Bootstrap now remembers which "update warnings" it already showed me, and so when I run it the second time it doesn't keep repeating the same messages. That's great. :)
However, when something does change, it prints more than I would expect:
At least the first 2 I have already seen, but somehow it keeps repeating them every time a new item is added to the list.
Is it possible that when computing which thing to show, it uses the value in the
config.toml
rather than the value in the "last things I showed" file? If so, would it be possible to only show what's new since the last time something was shown? That way I don't have to re-read the same update notifications over and over again, and the list does not keep growing indefinitely. :)Cc @onur-ozkan
The text was updated successfully, but these errors were encountered: