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

Commit49b71a4

Browse files
enricosadaKevinRansom
authored andcommitted
fix assembly name of warning FS2003
1 parent19283e7 commit49b71a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/fsharp/FSComp.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ lexIndentOffForML,"Consider using a file with extension '.ml' or '.mli' instead"
11421142
fscTooManyErrors,"Exiting - too many errors"
11431143
2001,docfileNoXmlSuffix,"The documentation file has no .xml suffix"
11441144
2002,fscNoImplementationFiles,"No implementation files specified"
1145-
2003,fscBadAssemblyVersion,"AnAssemblyVersionAttribute specified version '%s', but this value is invalid and has been ignored"
1145+
2003,fscBadAssemblyVersion,"An%s specified version '%s', but this value is invalid and has been ignored"
11461146
2004,fscTwoResourceManifests,"Conflicting options specified: 'win32manifest' and 'win32res'. Only one of these can be used."
11471147
2005,fscQuotationLiteralsStaticLinking,"The code in assembly '%s' makes uses of quotation literals. Static linking may not include components that make use of quotation literals."
11481148
2006,fscQuotationLiteralsStaticLinking0,"Code in this assembly makes uses of quotation literals. Static linking may not include components that make use of quotation literals."

‎src/fsharp/fsc.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ module AttributeHelpers =
999999
| Some versionString->
10001000
try Some(IL.parseILVersion versionString)
10011001
with e->
1002-
warning(Error(FSComp.SR.fscBadAssemblyVersion(versionString),Range.rangeStartup));
1002+
warning(Error(FSComp.SR.fscBadAssemblyVersion(attrib,versionString),Range.rangeStartup));
10031003
None
10041004
|_-> None
10051005

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp