-
Notifications
You must be signed in to change notification settings - Fork 842
Update roslyn branch from master #1557
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use List.exists for contains * ListSet.contains is List.exists * Revert "ListSet.contains is List.exists" This reverts commit dc41206.
* Minor refactor of writePortablePdbInfo * Add command line switches for embedded pdbs * Embed PDBs in the .exe * Enable embedded portable pdbs * Update fsharp.build.dll to understand embedded * Clean up * Move BinaryChunk to ilwrite.fsi * Revert "Move BinaryChunk to ilwrite.fsi" This reverts commit 992aa7a.
* Update projects for Preview 5 * Add test to embedd a pdb and also do a better job of building on preview 4 and below dev 15 previews. * alternate version detection * Embed test failed on success .... fix it * clean up from prior failures for embedded test * don't modify output name for embedded testcase
This takes Steffens repro and has a slightly different fix -- Fixes I1556
* Cleanup Optimizer Thank you for taking care of this. * We don't need to check the lenght here * Don't convert list to array multiple times * Only fold the Flatlist * Optimize FlatList away * Revert code duplication * match => if * cleanup * DevirtualizeApplication doesn't need optimized Expression
Fix setup localization + paths
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.