Skip to content

Conversation

@kgullion
Copy link
Contributor

@kgullion kgullion commented Apr 5, 2025

this fix is needed for tarr![A, B, C, D | Rest] style matching due to a typo in my previous PR #214

tarr![A | Rest] works as is but the case that includes a comma and a pipe like tarr![A, B | Rest] looks for a non-existent macro named ta! instead of the correct macro tarr!. I'm still using ta! in my own code so only just caught this 🤦

@paholg paholg merged commit 7ceeb76 into paholg:main Apr 8, 2025
26 checks passed
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.

2 participants