Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/files/Attic/line.go,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/files/Attic/line.go,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- pkgsrc/pkgtools/pkglint/files/Attic/line.go 2020/01/04 19:53:14 1.44 +++ pkgsrc/pkgtools/pkglint/files/Attic/line.go 2020/02/05 04:09:00 1.45 @@ -144,6 +144,9 @@ func (line *Line) IsCvsID(prefixRe regex return m, exp != "" } +// FIXME: By definition there cannot be fatal diagnostics. +// Having these was a misconception from the beginning, +// and they must be re-classified as fatal technical errors. func (line *Line) Fatalf(format string, args ...interface{}) { if trace.Tracing { trace.Stepf("Fatalf: %q, %v", format, args)