You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/FSComp.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ buildUnexpectedTypeArgs,"The non-generic type '%s' does not expect any type argu
18
18
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
19
19
204,buildInvalidVersionString,"Invalid version string '%s'"
20
20
205,buildInvalidVersionFile,"Invalid version file '%s'"
21
-
buildProductName,"Microsoft (R)F# 3.0 Compiler version %s"
21
+
buildProductName,"F# 3.0 Compiler version %s"
22
22
206,buildProblemWithFilename,"Problem with filename '%s': %s"
23
23
207,buildNoInputsSpecified,"No inputs specified"
24
24
208,buildMismatchOutputExtension,"The output name extension doesn't match the options used. If '-a' or '--target:library' is used the output file name must end with '.dll', if '--target:module' is used the output extension must be '.netmodule', otherwise '.exe'."
@@ -858,7 +858,7 @@ ilDynamicInvocationNotSupported,"Dynamic invocation of %s is not supported"
3170,parsUnderscoreInvalidFieldName,"'_' cannot be used as field name"
1328
1328
3171,tcGeneratedTypesShouldBeInternalOrPrivate,"The provided types generated by this use of a type provider may not be used from other F# assemblies and should be marked internal or private. Consider using 'type internal TypeName = ...' or 'type private TypeName = ...'."
1329
1329
3172,chkGetterAndSetterHaveSamePropertyType,"A property's getter and setter must have the same type. Property '%s' has getter of type '%s' but setter of type '%s'."
1330
-
3173,tcRuntimeSuppliedMethodCannotBeUsedInUserCode,"Array method '%s' is supplied by the runtime and cannot be directly used in code. For operations with array elements consider using family of GetArray/SetArray functions from LanguagePrimitives.IntrinsicFunctions module."
1330
+
3173,tcRuntimeSuppliedMethodCannotBeUsedInUserCode,"Array method '%s' is supplied by the runtime and cannot be directly used in code. For operations with array elements consider using family of GetArray/SetArray functions from LanguagePrimitives.IntrinsicFunctions module."