accord icon indicating copy to clipboard operation
accord copied to clipboard

API for warning messages

Open yocontra opened this issue 8 years ago • 2 comments

Example: less emits a lot of errors as warnings, which is pretty annoying.

Proposed solution: Either convert warnings to errors, or add another API to listen for warnings.

yocontra avatar Dec 13 '15 12:12 yocontra

I think this is a good idea -- we can't just convert warnings to errors I don't think, but a warnings API seems appropriate. Unfortunately I don't have the time on my hands to implement this at the moment, but when I do have more I would love to return to this. In the meantime if someone else needs it I would love to see a PR!

jescalan avatar Dec 22 '15 11:12 jescalan

Less emits errors as warnings? Errors that cause it not to compile? If the compiler can complete, then it's a warning.

matthew-dean avatar Jun 19 '16 18:06 matthew-dean