You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved error checking when parsing a Blurb. (#507)
We now:
* Check the entries in metadata in order, so we complain about
the *first* one that has an error, which is a more familiar
user experience.
* Have checks for:
* Invalid issue number
* Invalid section
* Empty section
* Completely missing section
(There is no test for "missing issue number", because it's legal
to have a Blurb with no issue number. "no changes" blurbs don't
have an issue number. But we do now reliably test that, *if* the
issue number is specified, it *is* correctly formatted.)
0 commit comments