SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Add better error messages on .dsc parser #119

Closed giulianobelinassi closed 2 years ago

giulianobelinassi commented 2 years ago

Previously, the .dsc parser did not provide useful error messages for the user if an error occured when parsing it. Now, we implement an mechanism to print errors in the file that resembles GCC 5.0+. This should improve diagnostics.

Closes #118

Signed-off-by: Giuliano Belinassi gbelinassi@suse.de