Skip to content

Add preferreduilang to F# compiler options and FSI options table - #4193

Merged
JRAlexander merged 3 commits into
dotnet:masterfrom
cartermp:preferreduilang
Jan 29, 2018
Merged

Add preferreduilang to F# compiler options and FSI options table#4193
JRAlexander merged 3 commits into
dotnet:masterfrom
cartermp:preferreduilang

Conversation

@cartermp

@cartermpcartermp commented Jan 24, 2018

Copy link
Copy Markdown
Contributor

Fixes#4183

Also moves the FSI options table to the language reference, since that's a better place based on the fact that the compiler options table is there, too.

@BillWagnerBillWagner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change LGTM. I'll close and reopen to trigger a new build as the OPS build seems stuck.

Once the build is clean, I'll :shipit:

@cartermp

Copy link
Copy Markdown
ContributorAuthor

Hang on - I'll add this to F# Interactive as well

@cartermpcartermp changed the title Add preferreduilang to F# compiler options tableAdd preferreduilang to F# compiler options and FSI options tableJan 24, 2018
@mairaw

Copy link
Copy Markdown
Contributor

there are some merge conflicts on the PR @cartermp

|**--out:&lt;output-filename&gt;**<br /><br />**-o:&lt;output-filename&gt;**|Specifies the name of the compiled assembly or module.<br /><br />This compiler option is equivalent to the C# compiler option of the same name. For more information, see [&#47;out &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/bw3t50f3.aspx).|
|**--pdb:&lt;pdb-filename&gt;**|Names the output debug PDB (program database) file. This option only applies when **--debug** is also enabled.<br /><br />This compiler option is equivalent to the C# compiler option of the same name. For more information, see [&#47;pdb &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/ms228625.aspx).|
|**--platform:&lt;platform-name&gt;**|Specifies that the generated code will only run on the specified platform (**x86**, **Itanium**, or **x64**), or, if the platform-name **anycpu** is chosen, specifies that the generated code can run on any platform.<br /><br />This compiler option is equivalent to the C# compiler option of the same name. For more information, see [&#47;platform &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/zekwfyz4.aspx).|
|**--preferreduilang:&lt;lang&gt;**| Specifies the preferred output language culture name (e.g. es-ES, ja-JP). |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e.g. -> for example,

@mairawmairaw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some small nits to be fixed

|**--nologo**|Same as the **fsc.exe** compiler option. For more information, see [Compiler Options](../../language-reference/compiler-options.md).|
|**--nowarn:&lt;warning-list&gt;**|Same as the **fsc.exe** compiler option. For more information, see [Compiler Options](../../language-reference/compiler-options.md).|
|**--optimize**[**+**&#124;**-**]|Same as the **fsc.exe** compiler option. For more information, see [Compiler Options](../../language-reference/compiler-options.md).|
|**--preferreduilang:&lt;lang&gt;**| Specifies the preferred output language culture name (e.g. es-ES, ja-JP). |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

|Title|Description|
|-----|-----------|
|[F# Interactive Options](fsharp-interactive-options.md)|Describes command line syntax and options for the F# Interactive, fsi.exe.|
|[F# Interactive Options](../../language-reference/fsharp-interactive-options.md)|Describes command line syntax and options for the F# Interactive, fsi.exe.|

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command line -> command-line

@mairawmairaw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. You can merge it when build finishes

@cartermp

Copy link
Copy Markdown
ContributorAuthor

🎉

@cartermp

Copy link
Copy Markdown
ContributorAuthor

öööf that build is taking a while

@mairawmairaw closed this Jan 26, 2018
@mairawmairaw reopened this Jan 26, 2018
@mairaw

Copy link
Copy Markdown
Contributor

The webhook seems to be failing for this PR. Not sure why. I can open a LSI in the morning if the issue persists.

@JRAlexander

Copy link
Copy Markdown
Contributor

Build still hung. Closing and reopening.

@JRAlexander

JRAlexander commented Jan 26, 2018

Copy link
Copy Markdown
Contributor

Submitted LSI.

@cartermpcartermp reopened this Jan 29, 2018
@cartermpcartermp reopened this Jan 29, 2018
@cartermpcartermp reopened this Jan 29, 2018
@JRAlexander
JRAlexander merged commit 172d1c6 into dotnet:masterJan 29, 2018
@cartermp
cartermp deleted the preferreduilang branch January 29, 2018 18:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@cartermp@mairaw@JRAlexander@BillWagner@Roadkitten@Banani-Rath