fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

Missing level error is not highlighted/easily found #36

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

Fallout from Issue #35

When showing errors in GedScan, the "missing level" error is lost in the noise. I.e. because the file in question is terminated mid-way through, there are a lot of "missing FAM" errors.

This particular error should probably prevent any further validation and be front-and-center as a major error.