-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename FSharp.Editor --> VisualFSharp.Editor etc. #3015
Comments
Roslyn's IVT should be updated accordingly. |
@vasily-kirichenko Good point :) |
@dsyme I would rather not have to coordinate a change in IVT with roslyn, as well as muck with deployment and whatever else is necessary, stuff always breaks and there is always a bug tail. Can we just leave well enough alone ... please? |
@KevinRansom / @dsyme what is the problem for asking the Roslyn team to add the IVT with the new names without removing old ones? This way we can wait for next round before renaming our projects / assemblies. We shouldn't close issues which are geared toward making this repository more coherent, even if we can't act on those right now. |
So is this a high value change ? does it change/add/remove any functionality? does it simplify deployment or tooling? if the answer is no ... why risk the bugs? Stuff breaks here all of the time because we rely on internals why would we do something that would for a while at least make things more likely to break? |
I think there is high value in this change - both with regard to eventual repo separation (compiler v. IDE tools) and making it easier to put the right things in the right place. But there's absolutely no rush to do it. The IVT is a clinching issue for me which makes this hard. Let's aspire to do this eventually, once the IVT disappears, or do it to FSharp.Editor last. Examples where better naming would have helped:
|
Yes please ... |
Closing to track in #2854 instead |
I suggest that at some opportune moment we rename all the components of the Visual F# IDE Tools as follows:
and so on. Perhaps adding the "Microsoft" prefix, I don't mind.
This will make it much clearer what is "core F#" and what is the Visual F# IDE tools. (From a broad F# naming perspective assemblies like FSHarp.Editor are clearly misnamed)
The text was updated successfully, but these errors were encountered: