Hi, On Sat, Mar 05, 2016 at 07:15:46AM +0100, Lucas Nussbaum wrote: ... > Looking at the errors, uscan doesn't seem to use the <errors> tag, but instead > output its errors in the <warnings> tag. (but that was already the case).
Correct. When uscan faces "die" situation, it calls "uscan_die" and create <errors> tag data. When uscan faces "warn" situation, it calls "uscan_warn" and create <warnings> data. Most watch file parsing errors are "warn" situation since uscan may be looping ober multiple watch file which is better to be continued. After my recent code review, I found a few unwrapped "die" and "warn" in the code. They are fixed now so all <errors> and <warnings> are properly generated for all cases with the next upload. Regards, Osamu _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
