Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for warning messages #128

Open
yocontra opened this issue Dec 13, 2015 · 2 comments
Open

API for warning messages #128

yocontra opened this issue Dec 13, 2015 · 2 comments
Labels

Comments

@yocontra
Copy link

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.

@jescalan
Copy link
Owner

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!

@matthew-dean
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants