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

Warning-less build? #102

Closed
wants to merge 2 commits into from
Closed

Conversation

WhiteBlackGoose
Copy link
Contributor

So the thing is, currently the project builds with warnings. The only warnings that are there are those which are related to using Obsolete API.

There's no way in F# to suppress them locally, as it's being discussed here. I even opened a suggestion for it, but clearly it's not something we're getting soon.

So. I do prefer warning-less projects, and to enforce it, I add treating warnings as errors. However, in F# it would imply suppressing this warning for the whole file, which may accidentally hide this type of warning emitted somewhere (in other words, we exchange false positive with false negative).

Thoughts?

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.

1 participant