-
Notifications
You must be signed in to change notification settings - Fork 804
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
Add Roslyn 15.1 binaries to Roslyn branch, updating to latest from master #1351
Conversation
Make build ci work correctly
Add note for Visual Studio SDK as prerequisite for building Visual F# IDE tool
cosmetic cleanup
Hard to review because of so many changed files inn the overall merge :) |
@dsyme It is just bringing the latest changes from master, and updating all project references to Roslyn 2.0 beta version. No code changes. I'll fix the remaining references now as some are missing from jenkins/appveyor. |
Ah ok :) |
I'm not really sure what the purpose of this roslyn branch is. I propose the following:
this is basically what I do with my PRs here and what I think allows others to review the code and the progress of a feature. Thanks, |
@forki Should that be |
@veikkoeeva yes if you are using second remote called upstream, then yes. |
@oamsath what @forki describes would allow people to actually review the changes from github, we have seen few of those "big merge" PR related to roslyn but I'm at loss as to how to review the code changes. Doing what @forki describes there would be a single roslyn PR based off the same https://github.com/otawfik-ms/visualfsharp/tree/roslyn branch, that branch would be rebased from time to time off https://github.com/Microsoft/visualfsharp/tree/master. At any point, someone consulting the "files" tabs of this hypothetical PR, would see only the changes related to roslyn integration, with 0 noise related to merge or catching up with master (which represents the majority of the commits that are not related to roslyn in this current PR). |
@forki: found how to see the roslyn changes from github: https://github.com/Microsoft/visualfsharp/compare/roslyn |
@smoothdeveloper this is just bringing the branch up to date. No feature work is done in this PR. Features are always sent in new PRs that just contain the changes being done. |
@otawfik-ms thanks for the notice, since I'm contributing a bit to VFPT which has few code suggestions, it might be useful to know where those features are being worked on to take inspiration from their structure / APIs used. Also, is there a list of considered features (even if most/some won't ship)? this would give a hint of what we can expect the new roslyn workspace to provide Visual F# with. |
@smoothdeveloper Yes. Please check issue #913. |
@Microsoft/fsharp-compiler @cartermp