-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[wasm] Template nits 2 #77205
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] Template nits 2 #77205
Conversation
maraf
commented
Oct 19, 2022
- Drop duplicated description from template json
- Update readme based on suggestion from Unable to run WebAssembly Browser App from VS or CLI #75356 (comment)
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
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.
I'm a little unsure about the application -> app
change. But other than that, LGTM 👍
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3289079306 |
@maraf backporting to release/7.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Drop duplicated description.
Using index info to reconstruct a base tree...
M src/mono/wasm/templates/templates/browser/.template.config/template.json
M src/mono/wasm/templates/templates/console/.template.config/template.json
Falling back to patching base and 3-way merge...
Auto-merging src/mono/wasm/templates/templates/console/.template.config/template.json
CONFLICT (content): Merge conflict in src/mono/wasm/templates/templates/console/.template.config/template.json
Auto-merging src/mono/wasm/templates/templates/browser/.template.config/template.json
CONFLICT (content): Merge conflict in src/mono/wasm/templates/templates/browser/.template.config/template.json
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Drop duplicated description.
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! |