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

Fix17713 - Reverting PR - 17649 - Make the interaction between #line and #nowarn directives consistent #17724

Merged
merged 9 commits into from
Sep 16, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into fix17713
  • Loading branch information
KevinRansom authored Sep 16, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit bafaf82310083dace69952312a5bcbb01ed9a1c7
1 change: 0 additions & 1 deletion src/Compiler/Facilities/LanguageFeatures.fs
Original file line number Diff line number Diff line change
@@ -212,7 +212,6 @@ type LanguageVersion(versionText) =
LanguageFeature.LowerSimpleMappingsInComprehensionsToFastLoops, languageVersion90
LanguageFeature.ParsedHashDirectiveArgumentNonQuotes, languageVersion90
LanguageFeature.EmptyBodiedComputationExpressions, languageVersion90
LanguageFeature.EnforceAttributeTargets, languageVersion90

// F# preview
LanguageFeature.EnforceAttributeTargets, previewVersion // waiting for fix of https://github.com/dotnet/fsharp/issues/17731
You are viewing a condensed version of this merge commit. You can view the full changes here.