fsharp/tests/FSharp.Compiler.ComponentTests
ijklam 8b0900c78e
Disallow abstract member with access modifiers in sig file (#17802)
* Disallow abstract member with access modifiers in sig file

* release note

* format

* fix

* fix test

* use access modifier range to show error

* update tests

* update tests

* show both FS0531 and FS0561

---------

Co-authored-by: ijklam <43789618+Tangent-90@users.noreply.github.com>
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
2024-10-24 14:10:10 +02:00
..
CompilerDirectives make Assertions.withExitCode work (#17830) 2024-10-09 13:47:00 +02:00
CompilerOptions/fsc Preserve console encoding when using --utf8output switch without swapping console streams (#17761) 2024-10-23 23:05:25 +00:00
CompilerService Asorted tests improvements (#17840) 2024-10-15 15:18:20 +02:00
Conformance Disallow abstract member with access modifiers in sig file (#17802) 2024-10-24 14:10:10 +02:00
ConstraintSolver make Assertions.withExitCode work (#17830) 2024-10-09 13:47:00 +02:00
Debugger Fix 16105 - Release inline optimization leads to MethodAccessException if used with assembly:InternalsVisibleTo attribute (#16737) 2024-02-27 12:49:35 +00:00
Diagnostics Spelling 2024-08-21 17:05:53 +02:00
EmittedIL Revamp decimal literal tests (#17836) 2024-10-09 16:51:45 +02:00
ErrorMessages Fix Internal error when analysing incomplete inherit member (#17905) 2024-10-24 12:57:55 +02:00
FSharpChecker Spelling 2024-08-21 17:05:53 +02:00
Globalization Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
Interop support decimal literal attribute (#17769) 2024-10-04 13:09:35 +02:00
Language RFC FS-1033: Deprecate places where `seq` can be omitted (#17772) 2024-10-21 12:31:27 +02:00
Miscellaneous Tests: remove dependency on CurrentDirectory ("test.ok" files) (#17815) 2024-10-03 11:05:45 +00:00
OCamlCompat Remove old error bsl in component tests to avoid confusion (#17653) 2024-09-03 11:17:45 +02:00
Scripting Fixes #17438 - Ensure that isinteractive multi-emit backing fields are not public (#17439) 2024-07-30 11:07:31 +02:00
Signatures Tests: remove dependency on CurrentDirectory ("test.ok" files) (#17815) 2024-10-03 11:05:45 +00:00
StaticLinking Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
TypeChecks make Assertions.withExitCode work (#17830) 2024-10-09 13:47:00 +02:00
resources/tests Remove old error bsl in component tests to avoid confusion (#17653) 2024-09-03 11:17:45 +02:00
AttributeUsage.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
Directory.Build.props Added new xUnit test project Compiler.UnitTests 2020-06-09 18:56:42 +02:00
FSharp.Compiler.ComponentTests.fsproj Preserve console encoding when using --utf8output switch without swapping console streams (#17761) 2024-10-23 23:05:25 +00:00
Literals.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
Misc.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
OnOverridesAndIFaceImpl.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
Operators.fs Spelling 2024-08-21 17:05:53 +02:00
SkipLocalsInit.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
StringFormatAndInterpolation.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
TailCalls.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
TupleElimination.fs Reorganise component tests (#15353) 2023-06-09 17:32:25 +00:00
xunit.runner.json To net70 (#13706) 2022-08-22 11:55:06 -07:00