Skip to content

Replace the regex parser with read

Replace the regex based parser with one based on read. The regex based parser was brittle and complicated. read can do everything that is needed.

Merge request reports