mesonbuild/meson

TAP implementation issue

Open

#6.810 geöffnet am 20. März 2020

Auf GitHub ansehen
 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (1.465 Forks)batch import
buggood first issuetest targets

Repository-Metriken

Stars
 (4.978 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 30T 19h) (63 gemergte PRs in 30 T)

Beschreibung

Describe the bug

The TAP protocol states: Any output line that is not a version, a plan, a test line, a diagnostic or a bail out is considered an “unknown” line. A TAP parser is required to not consider an unknown line as an error

Yet, the meson TAP parser does: yield self.Error('unexpected input at line %d' % (lineno,))

Contributor Guide