Skip to content

Commit ccb913d

Browse files
authored
Merge pull request #6415 from dsyme/clean78
More whitespace normalization
2 parents 062d354 + 92fdae5 commit ccb913d

95 files changed

Lines changed: 13514 additions & 6982 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DEVGUIDE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,6 @@ See the "Debugging The Compiler" section of this [article](https://medium.com/@w
179179

180180
#### Updating FSComp.fs, FSComp.resx and XLF
181181

182-
If you change error messages you may need to update FSComp.fs in `src\buildfromsource\FSharp.Compiler.Private`.
183-
184-
To do this, build the non-buildfromsource version of FSharp.Compiler.Private (src\fsharp\FSharp.Compiler.Private) then check its obj\ directory for `FSComp.fs` and manually copy that into the buildfromsource directory.
185-
186-
.\build net40
187-
copy /y artifacts\obj\FSharp.Compiler.Private\Release\net472\FSComp.* src\buildfromsource\FSharp.Compiler.Private\
188-
189182
If your changes involve modifying the list of language keywords in any way, (e.g. when implementing a new keyword), the XLF localization files need to be synced with the corresponding resx files. This can be done automatically by running
190183

191184
pushd src\fsharp\FSharp.Compiler.Private
@@ -194,8 +187,6 @@ If your changes involve modifying the list of language keywords in any way, (e.g
194187

195188
This only works on Windows/.NETStandard framework, so changing this from any other platform requires editing and syncing all of the XLF files manually.
196189

197-
You can also change build.cmd to default COPY_FSCOMP_RESOURCE_FOR_BUILD_FROM_SOURCES to 1 under ":ARGUMENTS_OK" label.
198-
199190
#### Configuring proxy server
200191

201192
If you are behind a proxy server, NuGet client tool must be configured to use it:

0 commit comments

Comments
 (0)