Commit ae910ee
File renamings and code cleanup
This is a pass of cleanup that renames some files to get rid of most cryptic abbreviations like "csolve", and does some other code cleanup and documentation too.
- commenting in "detuple.fs"
- removing ExtensibleDumper.fs which is an old adhoc debug mechanism barely used in the codebase
- removing some dead code in fsc.fs (some code was already duplicated in fscmain.fs too!)
- renaming check.{fs,fsi} --> PostInferenceChecks.{fs,fsi}
- renaming tc.{fs,fsi} --> TypeChecker.{fs,fsi}
- renaming opt.{fs,fsi} --> Optimizer.{fs,fsi}
- renaming est.{fs,fsi} --> ExtensionTyping.{fs,fsi}
- renaming build.{fs,fsi} --> CompileOps.{fs,fsi}
- renaming fscopts.{fs,fsi} --> CompileOptions.{fs,fsi}
- moving the option parser to CompileOptions.fs (where it belongs!)
- marking some record types as RequireQualifiedAccess (to give better errors when editing the compiler)
- removed a whole bunch of semicolons
- removed some old debugging output (verboseStamps etc.)
closes dotnet/fsharp#357
commit 5e692365e8fb01f279aa7836dbd3e4d6e96fff0c
Author: Don Syme <donsyme@fastmail.fm>
Date: Mon Aug 3 14:09:33 2015 +0100
restore code that should not have been removed
commit 7e8eda59c2929b2cfc55f24a7c96cec28994e892
Author: latkin <latkin@microsoft.com>
Date: Fri Jul 31 18:15:49 2015 -0700
Fix expected text in Watson test
commit 248a14c766e48e42e8c6c354ba28eaaaba650ac6
Merge: 4767d5b dd8252e
Author: Don Syme <donsyme@fastmail.fm>
Date: Thu Jul 9 16:42:28 2015 +0100
integrate & merge with latest HEAD
commit 4767d5b506b3023de5e172b4dd636cbbd726873d
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 17:25:23 2015 +0200
update to force appveyor
commit 0600f3eff57b1a378bb888ae52156d7eee9f53ce
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 16:52:21 2015 +0200
update to force appveyor
commit 02c6c6cb2659b9b37e99066f9517ad00bb697702
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 16:38:12 2015 +0200
update to fix build
commit 877a1d2083328bbc0f6e65626ebd22a7da05f568
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 16:30:50 2015 +0200
update to fix build
commit dd886be184867f7ee404bd3aa7b2f45480702186
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 14:03:02 2015 +0200
update to fix build
commit 4f73a2b1363a1dd1d9ba1e72d6eb856a50cf078b
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:46:02 2015 +0200
update proto (4)
commit 5430936c1deae5258f3ba5d393435b12619752cf
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:44:10 2015 +0200
update to fix build
commit 93d94c9918886a7a555e514287d84139f9acd915
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:35:15 2015 +0200
update proto ()
commit 77fa7acf7d4eacb8602a0e61ef130a3482ca85c6
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:31:35 2015 +0200
update proto and renamings
commit 8797a81bfc8009412d6875b9091b9cb786e785ba
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:05:09 2015 +0200
integrate cleanup with fsharp4 (2)
commit 31777c7fbf0f8e59fd8ef8967b618ecf76aa2b7b
Merge: c6ffdb6 bb09bb3
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 12:43:00 2015 +0200
integrate cleanup with fsharp4
commit bb09bb38641fc19a2e520930ab655a047341808b
Author: Don Syme <dsyme@microsoft.com>
Date: Mon Dec 1 09:53:04 2014 +0000
remove more semicolons in ilwrite.fs
commit a3ca1554da44bbd3563aa727d1e75f7f5ad1596e
Author: Don Syme <dsyme@microsoft.com>
Date: Sun Nov 30 20:23:14 2014 +0000
code cleanup inn ilwrite.fs and il.fs
commit f2e301e85ded692434319b09e69250eca7a37c26
Author: Don Syme <dsyme@microsoft.com>
Date: Sun Nov 30 15:54:21 2014 +0000
cleanup and rename build.fs and fscopts.fs
commit 20cb9b0bf32d01cce556e37edee1ab075051c4a5
Author: Don Syme <dsyme@microsoft.com>
Date: Sun Nov 30 00:19:12 2014 +0000
make some more functions into members in tast.fs
commit ddadb30cd4dea8649464a3ca461a516dd0e89b16
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 23:31:17 2014 +0000
additional cleanup in tast.fs (2)
commit 662d87c9ac87ac6e8aaf0e3694653585c722d3fc
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 23:25:14 2014 +0000
additional cleanup and comments in tast.fs
commit a27f527bc5f13ac561dc9b6ac7c880b17f6df7c2
Merge: 79b8293 4f94347
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 20:37:10 2014 +0000
Merge branch 'master' of https://git01.codeplex.com/visualfsharp into master-cleanup-1
commit 79b8293c6c0b48482de3d7b208489f2ce9c9ec9d
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 20:35:26 2014 +0000
code cleanup and file rename1 parent 607d00a commit ae910ee
File tree
93 files changed
+4727
-5079
lines changed- src
- absil
- fsharp
- FSharp.Compiler-proto
- FSharp.Compiler
- FSharp.LanguageService.Compiler
- fsi
- vs
- ilx
- utils
- tests/fsharpqa/testenv/src/FSharp.Compiler.Hosted
- vsintegration/src
- unittests
- vs/FsPkgs/FSharp.Project/FS
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+4727
-5079
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
| 218 | + | |
| 219 | + | |
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
230 | 228 | | |
231 | | - | |
232 | | - | |
233 | | - | |
| 229 | + | |
234 | 230 | | |
235 | 231 | | |
236 | 232 | | |
| |||
245 | 241 | | |
246 | 242 | | |
247 | 243 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
253 | 248 | | |
254 | 249 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
260 | 255 | | |
261 | 256 | | |
262 | 257 | | |
263 | | - | |
| 258 | + | |
264 | 259 | | |
265 | 260 | | |
266 | 261 | | |
| |||
272 | 267 | | |
273 | 268 | | |
274 | 269 | | |
275 | | - | |
| 270 | + | |
276 | 271 | | |
277 | | - | |
| 272 | + | |
278 | 273 | | |
279 | | - | |
| 274 | + | |
280 | 275 | | |
281 | 276 | | |
282 | 277 | | |
283 | 278 | | |
284 | 279 | | |
285 | 280 | | |
286 | | - | |
| 281 | + | |
287 | 282 | | |
288 | 283 | | |
289 | | - | |
| 284 | + | |
290 | 285 | | |
291 | 286 | | |
292 | 287 | | |
| |||
297 | 292 | | |
298 | 293 | | |
299 | 294 | | |
300 | | - | |
| 295 | + | |
301 | 296 | | |
302 | 297 | | |
303 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
468 | 469 | | |
469 | 470 | | |
470 | 471 | | |
| |||
498 | 499 | | |
499 | 500 | | |
500 | 501 | | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
501 | 524 | | |
502 | 525 | | |
503 | 526 | | |
| |||
0 commit comments