mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
vlib: reduce false positive matches for ///
, cleanup commented code
This commit is contained in:
parent
af6247135c
commit
615e74d341
10 changed files with 12 additions and 46 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue