Skip to content

Updating CoreFX dependencies to rc3-23925-01#7

Closed
dotnet-bot wants to merge 26 commits intoeerhardt:DependencyVersionsfrom
dotnet-bot:UpdateDependencies20160329083022
Closed

Updating CoreFX dependencies to rc3-23925-01#7
dotnet-bot wants to merge 26 commits intoeerhardt:DependencyVersionsfrom
dotnet-bot:UpdateDependencies20160329083022

Conversation

@dotnet-bot
Copy link

No description provided.

maririos and others added 26 commits March 25, 2016 14:39
Move text info tests to their new more up to date modern files
HttpClient defaults to UseCookies=true, which means by default every request ends up asking the CookieContainer to get the cookie header that should be used. Today, even if there aren't any cookies for the Uri, this ends up allocating a CookieCollection, a StringBuilder, a couple of List<T>s, an iterator, etc., none of which are actually necessary.  And if there are cookies for the Uri, the serialization of each cookie results in a handful of strings, char[]s, and string[] allocations. This commit fixes the implementation to avoid these. (There are still some that could be cleaned up with further work, but it becomes much more invasive.)
I assume this was a copy'n'paste typo.
Fixes to the dev workflow scripts for OSX
CMake 3.5+ MSI-based installations no longer write the installation
directory to the registry.  To work around this I have added the default
installation directory to the probing logic.
Much of the output from 'git fetch' is to stderr, so it should also be
redirected to the log file.  The original implementation using &>> was
added to Bash in version 4, so to ensure that this script works on OS X,
an alternative syntax is used.
Fix syntax errors in if clause (.sh version).
Run init-tools script if tools haven't been restored.
Add default CMake installation path to probe script.
Implement UpdateDependencies script to automatically take new versions of dependencies
Some duplication was present between tests, so I deleted some test files

Also contributes to #2103

Also fixes some todos to enabled some tests for Windows 10
Reduce allocations in CookieContainer.GetCookieHeader
Remove unnecessary branches in UrlDecoder
Build tests as a separate task of build.cmd with a build-tests.cmd script. 
When we run build.cmd passing /p:BuildTests=false the tests are not build.

Note: the property Skiptests=true only disables the execution of the tests.
@eerhardt eerhardt closed this Mar 29, 2016
@stephentoub stephentoub deleted the UpdateDependencies20160329083022 branch April 5, 2016 00:15
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.