-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Merge branch 'release/8.0-staging' => 'release/8.0' (resolve conflicts) #124316
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
ff97795
2064f12
73ce8d6
b897411
b4fd99d
1b2d5f6
9fcd3e7
2331020
40f0bb4
3380e5d
8742c04
8e8c0c7
f30b517
f0f6a8a
f9b9060
8136db4
6aaca78
8991678
2c7e757
0221472
c85bfd3
1584969
2ff1444
475f999
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 | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -2574,9 +2574,11 @@ hot_reload_apply_changes (int origin, MonoImage *image_base, gconstpointer dmeta | |||||||
| if (!assembly_update_supported (image_base, error)) { | ||||||||
| return; | ||||||||
| } | ||||||||
|
|
||||||||
| if (dmeta_bytes == 0 && dil_bytes_orig == 0) // we may receive empty updates | ||||||||
|
||||||||
| if (dmeta_bytes == 0 && dil_bytes_orig == 0) // we may receive empty updates | |
| /* we may receive empty updates */ | |
| if (dmeta_length == 0 && dil_length == 0 && dpdb_length == 0) |
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.
The tvOS device queue entry is indented differently than the other conditional queue lists (extra indentation before the dash). This makes the YAML harder to read and can be error-prone in template expansions; please align the indentation with the iOS devices block above (same nesting level under the conditional).