Updating features/embeddedJson to the latest Master.#29609
Merged
jmarolf merged 366 commits intodotnet:features/embeddedJsonfrom Aug 31, 2018
Merged
Updating features/embeddedJson to the latest Master.#29609jmarolf merged 366 commits intodotnet:features/embeddedJsonfrom
jmarolf merged 366 commits intodotnet:features/embeddedJsonfrom
Conversation
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
…/embeddedRegex Merge master to features/embeddedRegex
This just replicates the pattern used in a few other .With* methods in this type. A better fix would be to update ForkProject to do this automatically, but there's some complexity there as some calls require the fork to happen even if nothing did change. This is just a quick fix as the deeper fix is going to require some time and care.
* Fix and clean up NuGet package publishing * Fix path in BuildBoss * Rename CIBuild to ContinuousIntegrationBuild * Set OfficialBuildId and ContinuousIntegrationBuild properties * Set ContinuousIntegrationBuild=true in deterministic build tests * Remove DeveloperBuild
…sources Delete old perf tests
…29515) * SourceLink translate mirrored VSTS repo urls to GitHub urls * Update SourceLink to 1.0.0-beta-63201-01
…rkspace-changed-for-no-op Don't create new Solution snapshots if nothing changed
…Emit (dotnet#29411) After I added support for measuring allocations in the compiler benchmark suite I noticed in a PerfView trace that we were often resizing the arrays we used for the Emit tables. Looking more closely at how we allocate the tables, I found that we were using an approximation that was very close to the actual size of the tables needed, but systemically undercounted. Ironically, this may be worse than being farther off since it meant that we were getting right to the edge of available space, before requiring a resize, meaning a new large allocation, and copies from all of the entries in the old tables to the new tables. By applying a multiplier to the table size and allocating more memory for the tables, I've actually decreased the total amount of memory allocated during emit.
Enable VB Semantic tests on CoreClr Linux
* Change meaning of $cibuild in scripts * Copy Roslyn CoreXT packages to the DevDivPackages\Roslyn instead of Insertion dir
Word Correction
Run the simplifier over the expression generation tests to fix issue 26586
Fix issue where 'remove parens' would break code with ++/-- operators.
RegEx Licensing
Merging the regex work into master.
Contributor
Author
|
Tagging @jcouv . Once the regex features went in, there were merge conflicts between features/embeddedJson and master. This fixes up those conflicts so that we can continue merging master into this branch on a daily basis. Thanks! |
Contributor
Author
Contributor
Author
|
Thanks! |
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
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.