Skip to content
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

Update Roslyn to base off beta6 version of Roslyn + Type Colorization #1581

Merged
merged 10 commits into from
Oct 6, 2016
Merged

Update Roslyn to base off beta6 version of Roslyn + Type Colorization #1581

merged 10 commits into from
Oct 6, 2016

Conversation

OmarTawfik
Copy link
Contributor

@OmarTawfik OmarTawfik commented Oct 5, 2016

@Microsoft/fsharp-compiler @CyrusNajmabadi

@OmarTawfik
Copy link
Contributor Author

Update. PR dotnet/roslyn#14317 is for the removal of DocumentDifferenceService.

@CyrusNajmabadi
Copy link
Member

Looks reasonable to me :)

projectSite.Initialize(hier, site)
let projectContextFactory = this.Package.ComponentModel.GetService<IWorkspaceProjectContextFactory>();
let errorReporter = ProjectExternalErrorReporter(projectId, "FS", this.SystemServiceProvider)
let outputFlag = (site.CompilerFlags() |> Seq.find(fun flag -> flag.StartsWith("-o:"))).Substring(3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also legal:
--out: Name of the output file (Short form: -o)

@OmarTawfik OmarTawfik merged commit e161cf3 into dotnet:roslyn Oct 6, 2016
@OmarTawfik OmarTawfik deleted the roslyn branch October 6, 2016 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants