Skip to content

0020 remove critical errors from parseresult

BugDiver edited this page Oct 10, 2017 · 1 revision

19. Remove CriticalErros from ParseResult

Date: 2017-10-10

Status

Accepted

Context

The type parser.ParseResult has a field name CriticalErros. There is only one error Ciricular reference in concept which is marked as CriticalError. Gauge API exit with non zero code if there is any CriticalError.

Decision

Remove CrticalErros from ParseResult and handle Circular reference in concpet error.

Consequences