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

Add new mdoc:warn modifier. #308

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Add new mdoc:warn modifier. #308

merged 1 commit into from
Mar 19, 2020

Conversation

olafurpg
Copy link
Member

Previously, it was possible to assert that a code fence does not compile
but it was not possible to assert that a code fence compiles with a
warning. Now, it's possible to use the new mdoc:warn modifier to
assert that a program compiles successfully but with warnings.

Fixes #286

Previously, it was possible to assert that a code fence does not compile
but it was not possible to assert that a code fence compiles with a
warning. Now, it's possible to use the new `mdoc:warn` modifier to
assert that a program compiles successfully but with warnings.
@olafurpg olafurpg merged commit cb7d401 into scalameta:master Mar 19, 2020
@olafurpg olafurpg deleted the warn branch March 19, 2020 12:12
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.

Modifier for compiler warnings
1 participant