Skip to content

Commit fe5127c

Browse files
committed
Make FSC error numbers for response files consistent between F# 4.0 and F# 4.1
1 parent bfa8532 commit fe5127c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/fsharp/FSComp.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ estApplyStaticArgumentsForMethodNotImplemented,"A type provider implemented GetS
12641264
3188,checkNotSufficientlyGenericBecauseOfScopeAnon,"Type inference caused an inference type variable to escape its scope. Consider adding type annotations to make your code less generic."
12651265
3189,checkRaiseFamilyFunctionArgumentCount,"Redundant arguments are being ignored in function '%s'. Expected %d but got %d arguments."
12661266
3190,checkLowercaseLiteralBindingInPattern,"Lowercase literal '%s' is being shadowed by a new pattern with the same name. Only uppercase and module-prefixed literals can be used as named patterns."
1267-
3191,tcConstructorsIllegalInAugmentation,"Constructors are not permitted as extension members - they must be defined as part of the original definition of the type"
1268-
3192,optsInvalidResponseFile,"Invalid response file '%s' ( '%s' )"
1269-
3193,optsResponseFileNotFound,"Response file '%s' not found in '%s'"
1270-
3194,optsResponseFileNameInvalid,"Response file name '%s' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long"
1267+
3191,tcLiteralDoesNotTakeArguments,"This literal pattern does not take arguments"
1268+
3193,optsInvalidResponseFile,"Invalid response file '%s' ( '%s' )"
1269+
3194,optsResponseFileNotFound,"Response file '%s' not found in '%s'"
1270+
3195,optsResponseFileNameInvalid,"Response file name '%s' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long"

0 commit comments

Comments
 (0)