Conversation
… master-cleanup-1
|
Personally I think we should integrate this sooner rather than later. We regularly integrate along the path Microsoft/visualfsharp --> fsharp/fsharp --> fsharp/FSharp.Compiler.Service for master and fsharp4 branches. The cleanup can be relatively quickly integrated across all three repos and we can move on in a new, cleaner world. |
|
Oh I just learned to love the cool names like tc.fs. 👍 |
src/fsharp/AugmentWithHashCompare.fs
Outdated
There was a problem hiding this comment.
what was the mk? Shouldn't it be something like tcref.MakeNestedUnionCaseRef?
There was a problem hiding this comment.
Yes,
let p_CcuOptimizationInfo x st = p_LazyModuleInfo x st
let u_CcuOptimizationInfo st = u_LazyModuleInfo st
There was a problem hiding this comment.
Recd could be renamed to Record. It's only 2 chars more in a very long identifier
There was a problem hiding this comment.
"Recd" is used pretty extensively in the codebase so it's consistent. It's also kind of useful to distinguish it from the verb "Record".
There was a problem hiding this comment.
Compilation unit, see tast.fs. Essentially the F# view of the logical contents of an assembly for the purposes of type checking.
There was a problem hiding this comment.
mhm. I assume this is already established, but maybe something like CU would fit better. I wonnder where the second c comes from.
There was a problem hiding this comment.
Full acronym is "code compilation unit" IIRC
There was a problem hiding this comment.
Maybe a glossary with all the acronyms can help.
Easy doc and useful ( search text ccu in repo -> glossary.md )
|
We were reluctant to take the original PR as it came in at a time when there were a number of other PRs pending which would have been a pain to merge. That's no longer the case so this should be easier to accept now. Any chance you are going to migrate "cleanup referenceresolution.fs/fsi" too? |
|
AppVeyor just failed with this, which looks disturbing, as though there may still be a race condition, see |
|
@latkin - Yes, I'll move that other one too, thanks for reminding me |
|
These large cleanup PR's suck when reviewed using IE, it slows down to a crawl. I like the file renaming and field renaming, the style is more similar to .Net style. Some of this cleanup looks like whitespace reformatting. Is that for consistency? Or is it because you prefer this style? Or perhaps an artifact of a reformat tool that you ran? My preference is to avoid large scale whitespace refactoring and personal preference refactoring? I believe Roslyn actually runs a tool that slams all code into a particular "authorized format" (and every time I hear about it, is because of some bug or other). If we wanted to codify a set of coding guidelines, we might want to decide them and publish them. Although we do have quite a lot of other work coming up. I'm okay with accepting this PR, but I would prefer to limit the personal preference refactoring to an agreed style moving forward. What do you think? Kevin |
|
Works well in Chrome.
|
|
@dsyme i think you just lost some rename opportunity in git, like this you lose file history (or harder to follow). for example in 31777c7 no rename here maybe easier to split work in two phase (or use a more aggressive rename detection):
|
|
btw good work on cleanup!! 😄 |
|
@enricosada Do you know if I can get more aggressive rename detection applied by any technique? e.g by resubmitting the PR, or squashing etc? Thanks |
|
@KevinRansom All the changes are in some sense moving towards a more normalized style across files or across the compiler codebase as a whole - consistency is what counts here. There are still plenty of inconsistencies but I think we can work on that bit by bit. I'll aim to write up the conventions used as a set of guidelines, and perhaps also a set of settings for VFPT code formatting (which I haven't used here though it would make a marvellous stress test for the code formatter :) ) btw yes, use Chrome to view this PR :) |
|
@dsyme so, git does not track rename in commit, it does check for rename in diff or merge command. So:
if you need help, ping me, i use rebase alot (i like to cleanup and split before pull request). I think easier workflow is
|
|
Thank you for taking the time to take care of this work, we will take care of this at the start of the next cycle. Moving this to V.Next per: #371 |
|
I've updated this with a merge against the latest head of fsharp4. Let me know if you'd like me to send it to another branch. It would be great to get these clean-ups in :) |
|
Almost ready to apply this. One issue found by tests: dsyme@20cb9b0#commitcomment-12477580 |
|
OK, it looks like one of those cases should have been deleted but not both. Have fixed that now with 5e69236 |
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 #357
commit 5e69236
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 248a14c
Merge: 4767d5b dd8252e
Author: Don Syme <donsyme@fastmail.fm>
Date: Thu Jul 9 16:42:28 2015 +0100
integrate & merge with latest HEAD
commit 4767d5b
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 17:25:23 2015 +0200
update to force appveyor
commit 0600f3e
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 16:52:21 2015 +0200
update to force appveyor
commit 02c6c6c
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 16:38:12 2015 +0200
update to fix build
commit 877a1d2
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 16:30:50 2015 +0200
update to fix build
commit dd886be
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 14:03:02 2015 +0200
update to fix build
commit 4f73a2b
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:46:02 2015 +0200
update proto (4)
commit 5430936
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:44:10 2015 +0200
update to fix build
commit 93d94c9
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:35:15 2015 +0200
update proto ()
commit 77fa7ac
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:31:35 2015 +0200
update proto and renamings
commit 8797a81
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 13:05:09 2015 +0200
integrate cleanup with fsharp4 (2)
commit 31777c7
Merge: c6ffdb6 bb09bb3
Author: Don Syme <donsyme@fastmail.fm>
Date: Fri Apr 10 12:43:00 2015 +0200
integrate cleanup with fsharp4
commit bb09bb3
Author: Don Syme <dsyme@microsoft.com>
Date: Mon Dec 1 09:53:04 2014 +0000
remove more semicolons in ilwrite.fs
commit a3ca155
Author: Don Syme <dsyme@microsoft.com>
Date: Sun Nov 30 20:23:14 2014 +0000
code cleanup inn ilwrite.fs and il.fs
commit f2e301e
Author: Don Syme <dsyme@microsoft.com>
Date: Sun Nov 30 15:54:21 2014 +0000
cleanup and rename build.fs and fscopts.fs
commit 20cb9b0
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 ddadb30
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 23:31:17 2014 +0000
additional cleanup in tast.fs (2)
commit 662d87c
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 23:25:14 2014 +0000
additional cleanup and comments in tast.fs
commit a27f527
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 79b8293
Author: Don Syme <dsyme@microsoft.com>
Date: Sat Nov 29 20:35:26 2014 +0000
code cleanup and file rename
|
Applied to the |
|
Yay! |
|
So should we rebase our PRs on this? Would probably make things easier for
|
This updates http://visualfsharp.codeplex.com/SourceControl/network/forks/dsyme/cleanup?branch=master-cleanup-1 to integrate into fsharp4.
This is a pass of cleanup suitable for the "master" branch that renames some files to get rid of most cryptic abbreviations like "csolve", and does some other code cleanup and documentation too.