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

Commit47c5fb6

Browse files
committed
Small fixes so that build works on internal servers
- Remove an unused resource string from fscomp.txt- Remove use of named DU field syntax (LKG compiler does not understand it)
1 parentf6cea7c commit47c5fb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎src/fsharp/FSComp.txt‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,6 @@ nicePrintOtherOverloads1,"+ 1 overload"
13101310
nicePrintOtherOverloadsN,"+ %d overloads"
13111311
erasedTo,"Erased to"
13121312
3156,parsUnfinishedExpression,"Unexpected token '%s' or incomplete expression"
1313-
3157,crefQuotationsCantContainByrefTypes,"Quotations cannot contain byref types"
13141313
3158,parsAttributeOnIncompleteCode,"Cannot find code target for this attribute, possibly because the code after the attribute is incomplete."
13151314
3159,parsTypeNameCannotBeEmpty,"Type name cannot be empty."
13161315
3160,buildProblemReadingAssembly,"Problem reading assembly '%s': %s"

‎src/fsharp/infos.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ type OptionalArgInfo =
477477
[<RequireQualifiedAccess>]
478478
typeReflectedArgInfo=
479479
| None
480-
| QuoteofevaluateArg:bool
480+
| Quoteofbool
481481
memberx.AutoQuote=match xwith None->false| Quote_->true
482482

483483
//-------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp