vlib: reduce false positive matches for /// , cleanup commented code

This commit is contained in:
Delyan Angelov 2025-03-08 17:47:13 +02:00
parent af6247135c
commit 615e74d341
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
10 changed files with 12 additions and 46 deletions

View file

@ -113,8 +113,8 @@ pub fn (r NormalReporter) report_stop() {
eprintln('')
}
//// TODO: reconsider if these should be public:
// progress will show the given message normally
// TODO: reconsider if these should be public:
pub fn (r NormalReporter) progress(index int, message string) {
eprintln(message)
}