-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/8.0-rc2] [browser] Fix SIMD+EH check #92422
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
Changes from all commits
49bf70a
1361b18
02d408e
df1cf0c
76252f3
780aa4f
75c250f
cad253e
4259361
1ae155f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,19 +90,19 @@ | |
| <Sha>89be445dd4936157533ad96bafb95f701430653a</Sha> | ||
| <SourceBuild RepoName="cecil" ManagedOnly="true" /> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport" Version="8.0.0-rc.2.23469.4"> | ||
| <Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport" Version="8.0.0-rtm.23470.1"> | ||
| <Uri>https://github.com/dotnet/emsdk</Uri> | ||
| <Sha>ea0e8e8214e9acc0cba7e78a836ed6656f788d11</Sha> | ||
| <Sha>446eeb331fcbf2f48c14a377601a8ab950ec942e</Sha> | ||
| <SourceBuild RepoName="emsdk" ManagedOnly="true" /> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23469.1"> | ||
| <Uri>https://github.com/dotnet/source-build-reference-packages</Uri> | ||
| <Sha>d825c6693d4e26f63aaa93c3c1d057faa098e347</Sha> | ||
| <SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" /> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23468.1"> | ||
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23469.1"> | ||
| <Uri>https://github.com/dotnet/source-build-externals</Uri> | ||
| <Sha>e9d6489787a5ea5400a31dfa34aa6ad6b590de9b</Sha> | ||
| <Sha>c42a7ce3b6fa02957e7b4ef995c5c2a9a23d294c</Sha> | ||
| <SourceBuild RepoName="source-build-externals" ManagedOnly="true" /> | ||
| </Dependency> | ||
| </ProductDependencies> | ||
|
|
@@ -358,18 +358,18 @@ | |
| <Uri>https://github.com/dotnet/runtime-assets</Uri> | ||
| <Sha>99168dcff56809205e7ef8530d1256f3a07fab1f</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23469.1"> | ||
| <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23471.2"> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why are these being updated in this PR?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suspect the target branch change caused this: the PR was initially targeting release/8.0.. Good catch. If you don't mind, can you push the right fix to this PR so that we can get this merged sooner, @radical?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually hold on @radical - I think because the original branch itself was targeting release/8.0 it brought many more commits that are not wanted here, not just the ones you're pointing out. @pavelsavara can you please take care of it yourself? Reset your local branch to point to rc2, then cherry-pick your changes, and force push to this PR.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. excellent catch! |
||
| <Uri>https://github.com/dotnet/roslyn</Uri> | ||
| <Sha>9233e36abc5e2ca263dbd4d1616f35623440a935</Sha> | ||
| <Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23469.1"> | ||
| <Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23471.2"> | ||
| <Uri>https://github.com/dotnet/roslyn</Uri> | ||
| <Sha>9233e36abc5e2ca263dbd4d1616f35623440a935</Sha> | ||
| <Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha> | ||
| <SourceBuild RepoName="roslyn" ManagedOnly="true" /> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23469.1"> | ||
| <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23471.2"> | ||
| <Uri>https://github.com/dotnet/roslyn</Uri> | ||
| <Sha>9233e36abc5e2ca263dbd4d1616f35623440a935</Sha> | ||
| <Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23468.1"> | ||
| <Uri>https://github.com/dotnet/roslyn-analyzers</Uri> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be changed from -rtm to -rc2 too.