Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd8252e

Browse files
committed
Fixdotnet#492 - use ConvILTypeRefUnadjusted to properly route local assembly refs
ConvILTypeRefUnadjusted properly handles the case where the reference isstatically linked. ConvILTypeRef does not.These two used to be a single API. They were split in640db00 and it wasa simple oversight that the wrong one was wired up here.fixesdotnet#492closesdotnet#510
1 parent2f5d047 commitdd8252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/creflect.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ and ConvTyconRef cenv (tcref:TyconRef) m =
967967
| TProvidedTypeExtensionPoint infowhennot cenv.g.isInteractive&&not info.IsErased->
968968
// Note, generated types are (currently) non-generic
969969
lettref= ExtensionTyping.GetILTypeRefOfProvidedType(info.ProvidedType, m)
970-
ConvILTypeRef cenv tref
970+
ConvILTypeRefUnadjusted cenv m tref
971971
|_->
972972
#endif
973973
letrepr= tcref.CompiledRepresentation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp