IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

determine what to do with duplicate messages #13

Open boneskull opened 5 years ago

boneskull commented 5 years ago

This is an edge case, but what should we do if a Rule returns more than one equivalent message? This is ostensibly going to be a bug in the Rule implementation, but is there a use-case for this? Should we just silently dedupe, or throw an exception, something else?