-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm][debugger] Support multidimensional indexing of object scheme #92630
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes #76062. Out of scope:
|
/backport to release/8.0 |
Started backporting to release/8.0: /~https://github.com/dotnet/runtime/actions/runs/6335748733 |
@ilonatommy backporting to release/8.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Multidim working, indexing by constant got broken.
Applying: Fix failing test (indexing with literals).
Applying: Cleenup + new tests.
Applying: Comma removal
Applying: More tests.
Applying: Fix simple case of nested indexing.
Applying: Fixed one test, found another one failing.
Applying: Fix complex multiple nestings.
Applying: Remove ToDo - fixed by this PR.
error: sha1 information is lacking or useless (src/mono/wasm/debugger/tests/debugger-test/debugger-evaluate-test.cs).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0009 Remove ToDo - fixed by this PR.
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@ilonatommy an error occurred while backporting to release/8.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
Diff: /~https://github.com/dotnet/runtime/compare/b20f704cc00f390e5560a137deb8f0e64e863e1d..ef6283ac0a14c78d9e9fef4841545099bd7ad12b From: dotnet/runtime@b20f704 To: dotnet/runtime@ef6283a Commits: - Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230928.3 (#92816) dotnet/runtime@f1e4e90 - Changes from dotnet/runtime#92630 (#92753) dotnet/runtime@8632a75 - [release/8.0] [browser] Remove duplicated marshaling of return value for JSExport (#92886) dotnet/runtime@172d79a - fix dotnet/runtime#92713 (#92890) dotnet/runtime@8e365ee - [release/8.0] Update dependencies from dotnet/roslyn (#92503) dotnet/runtime@ef6283a [[ commit created by automation ]]
Diff: /~https://github.com/dotnet/runtime/compare/b20f704cc00f390e5560a137deb8f0e64e863e1d..ef6283ac0a14c78d9e9fef4841545099bd7ad12b From: dotnet/runtime@b20f704 To: dotnet/runtime@ef6283a Commits: - Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230928.3 (#92816) dotnet/runtime@f1e4e90 - Changes from dotnet/runtime#92630 (#92753) dotnet/runtime@8632a75 - [release/8.0] [browser] Remove duplicated marshaling of return value for JSExport (#92886) dotnet/runtime@172d79a - fix dotnet/runtime#92713 (#92890) dotnet/runtime@8e365ee - [release/8.0] Update dependencies from dotnet/roslyn (#92503) dotnet/runtime@ef6283a [[ commit created by automation ]]
Fixes #76062.
Out of scope:
valuetype
scheme [wasm][debugger] Support indexing of valuetype scheme #92637