Skip to content

Fix #2051: C# args regex truncation - #2147

Merged
squid-protocol merged 2 commits into
mainfrom
fix-2051-csharp-args
Aug 22, 2026
Merged

Fix #2051: C# args regex truncation#2147
squid-protocol merged 2 commits into
mainfrom
fix-2051-csharp-args

Conversation

@squid-protocol

Copy link
Copy Markdown
Owner

Fixes #2051. C# args regex now correctly matches tuple return types, tuple-typed parameters, and generic methods.

@github-actions

Copy link
Copy Markdown
Contributor

🐦‍⬛ Muninn Security Scan

✅ No security issues found.

🐦‍⬛ Powered by Muninn · Skald Lab

@squid-protocol
squid-protocol force-pushed the fix-2051-csharp-args branch 2 times, most recently from ec1cf59 to 6abafe4 Compare August 22, 2026 23:31
@squid-protocol
squid-protocol merged commit 5b8e2c3 into main Aug 22, 2026
30 checks passed
@squid-protocol
squid-protocol deleted the fix-2051-csharp-args branch August 22, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

csharp args regex was never updated for tuple return types / generic methods / nested-paren params, unlike its func_start sibling

1 participant