chore(deps): bump ANcpLua.Roslyn.Utilities 2.2.29 → 2.2.30 - #487
Merged
Conversation
Pulls in TypeDeclarationInfo (per-level containing-type chain snapshot for incremental generators), tree-bound Location round-trip on LocationInfo/DiagnosticInfo, and the GetGenericParameterClause fix for non-generic types nested in generic containers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ANcpLua
enabled auto-merge (squash)
July 6, 2026 00:31
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 6, 2026
global.json bumped the ANcpLua.Roslyn.Utilities msbuild-sdk + Testing pins to 2.2.33 (via #487/#490/#492), but Version.props still pinned the ANcpLua.Roslyn.Utilities / .Sources PackageReferences at 2.2.29 through $(ANcpLuaRoslynUtilitiesVersion). Version.props documents these as shipping "in lockstep", so the skew was unintended: the generators were still compiling the 2.2.29 source while the SDK ran 2.2.33. Realign the PackageRef version to 2.2.33 so all ANcpLua.Roslyn.Utilities packages match. Verified: Release build of qyl.slnx green; ./eng/build.sh Verify green (all generated-code guards pass — generators emit unchanged output with the 2.2.33 source). Co-authored-by: Alexander Nachtmann <alex_nachtmann@yahoo.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bumps both
msbuild-sdkspins inglobal.jsonto 2.2.30 (verified indexed on nuget.org).Upstream changes (ANcpLua.Roslyn.Utilities#150):
TypeDeclarationInfo/ContainingTypeInfo— cacheable per-level type-declaration snapshot + nested partial wrapper emissionLocationInfo.ToLocation(SyntaxTree?)/DiagnosticInfo.ToDiagnostic(SyntaxTree?)— tree-bound location round-tripGetGenericParameterClauseno longer returns"<>"for non-generic types nested in generic containersLocal
dotnet build -c Releaseagainst 2.2.30: 0 warnings, 0 errors.Status: complete-and-verified.
🤖 Generated with Claude Code