-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[manual] Merge 'release/7.0-staging' into 'release/7.0' #87452
Merged
Merged
Conversation
This file contains 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
…o-release/7.0-staging [automated] Merge branch 'release/7.0' => 'release/7.0-staging'
* Ensure that the shuffle zero mask copies all bits * Ensure we don't try to validate Vector512 on .NET 7 as it is a .NET 8 API * Don't remove too many braces from the test * Don't use the xunit based test approach that was introduced in the .NET 8 branch
* Backporting #86789. * In net8 these are running only on Chrome.
…tSpanDataFrom (#87021) * [mono] Use underlying type in RuntimeHelpers.GetSpanDataFrom Make it work correctly for spans of enums Fixes #86865 Note that in net8 RuntimeHelpers.CreateSpan<T> is an intrinsic, so GetSpanDataFrom is never called directly. But in net7 CreateSpan is not intrinsified on Mono, so the underlying method really does get called. * test: Print all hidden field names if we can't find the right one Co-authored-by: Aleksey Kliger <[email protected]>
…07.4 (#87232) Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.7 -> To Version 7.0.8 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
… in full-aot mode. (#86934) * [mono][aot] Generate 'native-indirect' wrappers in full-aot mode. Fixes #80853. * Add support for native_func_indirect wrapper type in append_mangled_wrapper and append_mangled_wrapper_subtype functions --------- Co-authored-by: Zoltan Varga <[email protected]> Co-authored-by: Milos Kotlar <[email protected]>
…me (#87152) Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
…o-release/7.0-staging [automated] Merge branch 'release/7.0' => 'release/7.0-staging'
* Pin urllib to version 1.26.15 based on github comments to fix ssl requests error. (#85881) * Previous changes fixed some runs, but some are still broken due to reinstall installing a broken urllib version. (#85935) * Revert "Previous changes fixed some runs, but some are still broken due to reinstall installing a broken urllib version. (#85935)" (#86000) This reverts commit 4ea93a6 due to the commit seemingly causes major failure in the pipelines. * Revert "performance-setup.sh requires urllib3 version <2 (#85915)" (#86009) This reverts commit b132963. * [PERF] Reorder urllib and remove --force-reinstall but keep pinned version (#86128) * Move scenario urllib imports to the last install position. * Remove force-reinstall from all pip installs in the scenarios-job.yml files.
Co-authored-by: wfurt <[email protected]>
* Reset Microsoft.Extensions.Hosting.WindowsServices * Reset Microsoft.Windows.Compatibility * Reset System.ServiceProcess.ServiceController * Reset Microsoft.NETCore.Platforms * Reset Microsoft.Extensions.Logging.Abstractions (from last month) * Reset System.DirectoryServices.Protocols (from last month) * Reset System.Management (from last month) * Reset System.Reflection.Metadata (from last month) * Reset System.Text.Json (from last month)
carlossanlop
requested review from
thaystg,
radical,
vargaz,
lambdageek and
SamMonoRT
as code owners
June 13, 2023 02:24
rbhanda
approved these changes
Jun 13, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
Use merge commit.