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

Commitbc28158

Browse files
committed
fix 362 (2)
1 parent6bfdeac commitbc28158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/pickle.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ let check (ilscope:ILScopeRef) (inMap : NodeInTable<_,_>) =
728728
for i=0to inMap.Count-1do
729729
letn= inMap.Get i
730730
ifnot(inMap.IsLinked n)then
731-
warning(Error(FSComp.SR.pickleMissingDefinitioni inMap.Name ilscope.QualifiedName, range0))
731+
warning(Error(FSComp.SR.pickleMissingDefinition(i, inMap.Name, ilscope.QualifiedName), range0))
732732
// Note for compiler developers: to get information about which item this index relates to, enable the conditional in Pickle.p_osgn_ref to refer to the given index number and recompile an identical copy of the source for the DLL containing the data being unpickled. A message will then be printed indicating the name of the item.\n"
733733
#endif
734734

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp