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

Commitf05a399

Browse files
committed
integrate dev15.8
1 parentf3e3fe0 commitf05a399

16 files changed

+492
-2
lines changed

‎src/fsharp/IlxGen.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7114,7 +7114,7 @@ let GenerateCode (cenv, anonTypeTable, eenv, TypedAssemblyAfterOptimization file
71147114
letilNetModuleAttrs= GenAttrs cenv eenv moduleAttribs
71157115

71167116
letcasApplied=new Dictionary<Stamp, bool>()
7117-
letsecurityAttrs,topAssemblyAttrs= assemAttribs|> List.partition(fun a->TypeChecker.IsSecurityAttribute cenv.g cenv.amap casApplied a rangeStartup)
7117+
letsecurityAttrs,topAssemblyAttrs= assemAttribs|> List.partition(fun a-> IsSecurityAttribute cenv.g cenv.amap casApplied a rangeStartup)
71187118
// remove any security attributes from the top-level assembly attribute list
71197119
letpermissionSets= CreatePermissionSets cenv eenv securityAttrs
71207120

‎src/fsharp/TypeChecker.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9264,7 +9264,7 @@ and TcLookupThen cenv overallTy env tpenv mObjExpr objExpr objExprTy longId dela
92649264
| _ ->
92659265
// Instance F# Anonymous Record
92669266
let objExpr' = mkAnonRecdFieldGet cenv.g (anonInfo,objExpr,tinst,n,mExprAndItem)
9267-
PropagateThenTcDelayed cenv overallTy env tpenv mExprAndItem (MakeApplicableExprWithFlex cenv env objExpr') fieldTy ExprAtomicFlag.Atomic delayed
9267+
PropagateThenTcDelayed cenv overallTy env tpenv mExprAndItem (MakeApplicableExprWithFlex cenv envfalseobjExpr') fieldTy ExprAtomicFlag.Atomic delayed
92689268

92699269
| Item.ILField finfo ->
92709270
// Get or set instance IL field

‎src/fsharp/xlf/FSComp.txt.cs.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<targetstate="translated">Soubor {0} se na disku neočekávaně změnil, opakujte prosím načtení.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unitid="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<targetstate="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unitid="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<targetstate="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unitid="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<targetstate="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unitid="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<targetstate="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unitid="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<targetstate="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unitid="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<targetstate="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unitid="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<targetstate="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.de.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<targetstate="translated">Die Datei "{0}" wurde auf dem Datenträger unerwartet geändert. Laden Sie sie erneut.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unitid="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<targetstate="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unitid="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<targetstate="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unitid="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<targetstate="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unitid="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<targetstate="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unitid="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<targetstate="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unitid="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<targetstate="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unitid="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<targetstate="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.en.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<targetstate="new">The file '{0}' changed on disk unexpectedly, please reload.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unitid="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<targetstate="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unitid="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<targetstate="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unitid="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<targetstate="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unitid="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<targetstate="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unitid="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<targetstate="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unitid="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<targetstate="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unitid="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<targetstate="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.es.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<targetstate="translated">El archivo "{0}" cambió en el disco de manera inesperada; cárguelo de nuevo.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unitid="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<targetstate="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unitid="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<targetstate="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unitid="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<targetstate="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unitid="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<targetstate="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unitid="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<targetstate="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unitid="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<targetstate="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unitid="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<targetstate="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.fr.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<target state="translated">Changement inattendu du fichier '{0}' sur le disque. Rechargez le fichier.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unit id="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<target state="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unit id="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<target state="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unit id="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<target state="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unit id="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<target state="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unit id="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<target state="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unit id="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<target state="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unit id="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<target state="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.it.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<target state="translated">Il file '{0}' è stato modificato su disco in modo imprevisto. Ricaricare.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unit id="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<target state="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unit id="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<target state="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unit id="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<target state="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unit id="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<target state="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unit id="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<target state="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unit id="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<target state="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unit id="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<target state="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.ja.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<target state="translated">ファイル '{0}' がディスク上で予期せず変更されました。再度読み込んでください。</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unit id="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<target state="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unit id="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<target state="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unit id="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<target state="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unit id="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<target state="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unit id="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<target state="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unit id="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<target state="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unit id="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<target state="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

‎src/fsharp/xlf/FSComp.txt.ko.xlf‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6992,6 +6992,41 @@
69926992
<target state="translated">'{0}' 파일이 디스크에서 예기치 않게 변경되었습니다. 다시 로드하세요.</target>
69936993
<note />
69946994
</trans-unit>
6995+
<trans-unit id="parsUnmatchedBraceBar">
6996+
<source>Unmatched '{{|'</source>
6997+
<target state="new">Unmatched '{{|'</target>
6998+
<note />
6999+
</trans-unit>
7000+
<trans-unit id="typeInfoAnonRecdField">
7001+
<source>anonymous record field</source>
7002+
<target state="new">anonymous record field</target>
7003+
<note />
7004+
</trans-unit>
7005+
<trans-unit id="tcAnonRecdCcuMismatch">
7006+
<source>Two anonymous record types are from different assemblies '{0}' and '{1}'</source>
7007+
<target state="new">Two anonymous record types are from different assemblies '{0}' and '{1}'</target>
7008+
<note />
7009+
</trans-unit>
7010+
<trans-unit id="tcAnonRecdFieldNameMismatch">
7011+
<source>Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</source>
7012+
<target state="new">Two anonymous record types have mismatched sets of field names '{0}' and '{1}'</target>
7013+
<note />
7014+
</trans-unit>
7015+
<trans-unit id="parsInvalidAnonRecdExpr">
7016+
<source>Invalid anonymous record expression</source>
7017+
<target state="new">Invalid anonymous record expression</target>
7018+
<note />
7019+
</trans-unit>
7020+
<trans-unit id="parsInvalidAnonRecdType">
7021+
<source>Invalid anonymous record type</source>
7022+
<target state="new">Invalid anonymous record type</target>
7023+
<note />
7024+
</trans-unit>
7025+
<trans-unit id="tcCopyAndUpdateNeedsRecordType">
7026+
<source>The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</source>
7027+
<target state="new">The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record</target>
7028+
<note />
7029+
</trans-unit>
69957030
</body>
69967031
</file>
69977032
</xliff>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp