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

Disables hints for check command. #18

Merged
merged 1 commit into from
Mar 8, 2014
Merged

Disables hints for check command. #18

merged 1 commit into from
Mar 8, 2014

Conversation

gradha
Copy link

@gradha gradha commented Dec 10, 2013

Paths for babel packages being reported by the compiler are considered
errors and interfere with syntastic's :lnext and :lprevious support.

Paths for babel packages being reported by the compiler are considered
errors and interfere with syntastic's :lnext and :lprevious support.
@zah
Copy link
Owner

zah commented Dec 10, 2013

Wouldn't "hints: on" be useful in other situations? Hints are something like warnings in Nimrod. Maybe we should introduce a separate category for them in the compiler.

@gradha
Copy link
Author

gradha commented Dec 10, 2013

While this is not part of idetools, maybe a strict error/warning output format could be added to the idetools documentation. Then coerce the nimrod compiler to follow it and avoid any other similar message to confuse external parsing tools. Otherwise this (or any other plugin) may break at any time in the future.

zah added a commit that referenced this pull request Mar 8, 2014
@zah zah merged commit aa586b5 into zah:master Mar 8, 2014
@zah
Copy link
Owner

zah commented Mar 8, 2014

I'll merge this until we improve the distinction of hints and warnings inside the compiler

@gradha gradha deleted the pr_silences_babel_paths_during_checks branch March 8, 2014 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants