Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Aug 16, 2024
1 parent bdbd346 commit 0cae68b
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/.FSharp.Compiler.Service/9.0.100.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fix `function` implicit conversion. ([Issue #7401](https://github.com/dotnet/fsharp/issues/7401), [PR #17487](https://github.com/dotnet/fsharp/pull/17487))
* Compiler fails to recognise namespace in FQN with enabled GraphBasedChecking. ([Issue #17508](https://github.com/dotnet/fsharp/issues/17508), [PR #17510](https://github.com/dotnet/fsharp/pull/17510))
* Fix missing message for type error (FS0001). ([Issue #17373](https://github.com/dotnet/fsharp/issues/17373), [PR #17516](https://github.com/dotnet/fsharp/pull/17516))
* MethodAccessException on equality comparison of a type private to module. ([Issue #17541](https://github.com/dotnet/fsharp/issues/17541), [PR #17548](https://github.com/dotnet/fsharp/pull/17548))

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ module Nested =
IL_0001: throw
}
.method public specialname rtspecialname
instance void .ctor(int32 x) cil managed
.method public specialname rtspecialname instance void .ctor(int32 x) cil managed
{
.custom instance void [runtime]System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(valuetype [runtime]System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,
class [runtime]System.Type) = ( 01 00 60 06 00 00 1D 52 65 66 65 72 65 6E 63 65
Expand Down Expand Up @@ -1216,9 +1215,7 @@ type Person(name : string, age : int) =
extends [runtime]System.Object
{
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 03 00 00 00 00 00 )
.method public specialname rtspecialname
instance void .ctor(string name,
int32 age) cil managed
.method public specialname rtspecialname instance void .ctor(string name, int32 age) cil managed
{
.maxstack 8
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
}��J�0����ι���"���Մ���ԋM��k��h#m3�l�W��o�� ��I3J�P—�����CMRu:|�X��5R6v��A�Dbr���[~���&��������<e9:�p��q
i\N�H#Į�Ե�]�w9Fm`oQ��̺�a��(�@N"
ב �� Zj�Mz�ֆ�
.�����|3��ǯ�ݚkz���, x*�P\e��H=H��;�f��C��TbJ�@𬧻���v����q���h�������$�CD�
YY%~m������7�a�}-. �0��qA�$�$�����oΨ���zlJ5�F*7��I{^߳�l�*PS�,�.i��
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0cae68b

Please sign in to comment.