Update submodule to latest master in microsoft/main#2263
Merged
Conversation
…de type arguments in instantiated type cycle errors
gdams
approved these changes
May 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Upstream sync PR that refreshes existing patch files to apply cleanly on the updated upstream microsoft/main submodule revision, including a dependency checksum/version bump reflected in the vendor patch.
Changes:
- Refreshed patch metadata (index hashes / hunk offsets) in
0002-Add-crypto-backend-GOEXPERIMENTs.patchto match new upstream file revisions. - Updated module checksum/version content captured in
0001-Vendor-external-dependencies.patch(notablygolang.org/x/net), along with associated patch metadata updates.
Show a summary per file
| File | Description |
|---|---|
| patches/0002-Add-crypto-backend-GOEXPERIMENTs.patch | Patch refresh (index hashes / hunk locations) to align with upstream changes. |
| patches/0001-Vendor-external-dependencies.patch | Vendor/module patch refresh; includes updated module sums/versions and related patch content. |
Copilot's findings
Comments suppressed due to low confidence (1)
patches/0001-Vendor-external-dependencies.patch:2304
- This vendor patch is modifying a non-vendor file (
src/go/build/deps_test.go). Per the patch-set consistency rules,0001-Vendor-external-dependencies.patchshould be limited tovendor/tree changes plus related module files (go.mod/go.sum/modules.txt) andsrc/crypto/internal/backend/deps_ignore.go. Consider moving thedeps_test.gochanges into the patch that introduces/uses the backend behavior instead of the vendor patch to keep concerns separated and reduce patch conflicts.
- Files reviewed: 3/3 changed files
- Comments generated: 0
qmuntal
approved these changes
May 6, 2026
…sync/microsoft/main
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi! I'm a bot, and this is an automatically generated upstream sync PR. 🔃
After submitting the PR, I will attempt to enable auto-merge in the "merge commit" configuration.
For more information, visit sync documentation in microsoft/go-infra.