Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Oct 29, 2024
1 parent a294904 commit 1cb2c74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/release-notes/.FSharp.Core/9.0.200.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
### Added

### Fixed
* Warn on uppercase identifiers in patterns. ([PR #15816](https://github.com/dotnet/fsharp/pull/15816))

### Breaking Changes

1 change: 0 additions & 1 deletion docs/release-notes/.VisualStudio/17.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
* Code fix for adding missing `seq`. ([PR #17772](https://github.com/dotnet/fsharp/pull/17772))

### Changed
* Warn on uppercase identifiers in patterns. ([PR #15816](https://github.com/dotnet/fsharp/pull/15816))

### Breaking Changes
2 changes: 1 addition & 1 deletion tests/FSharp.Test.Utilities/CompilerAssert.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1081,4 +1081,4 @@ Updated automatically, please check diffs in your pull request, changes must be
Assert.Equal(expectedErrorNumber, info.ErrorNumber)
Assert.Equal(expectedErrorRange, (info.StartLine, info.StartColumn + 1, info.EndLine, info.EndColumn + 1))
Assert.Equal(expectedErrorMsg, info.Message)
)
)
2 changes: 1 addition & 1 deletion tests/FSharp.Test.Utilities/ProjectGeneration.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1451,4 +1451,4 @@ type SyntheticProject with
FrameworkReferences = parseReferences "FrameworkReference"
OtherOptions =
[ for w in nowarns do
$"--nowarn:{w}" ] }
$"--nowarn:{w}" ] }

0 comments on commit 1cb2c74

Please sign in to comment.