Skip to content
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

Fix an issue with nested parentheses in type patterns #634

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

Alasdair
Copy link
Collaborator

Something like bool(((('b)))) wouldn't work, and even though it's unlikely anyone would want to write this, there's no particular reason it should fail.

Something like bool(((('b)))) wouldn't work, and even though it's
unlikely anyone would want to write this, there's no particular reason it
should fail.
Copy link

github-actions bot commented Jul 20, 2024

Test Results

    9 files  ±0     20 suites  ±0   0s ⏱️ ±0s
  656 tests +1    656 ✅ +1  0 💤 ±0  0 ❌ ±0 
2 095 runs  +3  2 094 ✅ +3  1 💤 ±0  0 ❌ ±0 

Results for commit ddc6ec7. ± Comparison against base commit 9a7b1e0.

♻️ This comment has been updated with latest results.

@Alasdair Alasdair merged commit 561df10 into sail2 Jul 20, 2024
9 checks passed
@Alasdair Alasdair deleted the typat_parens branch July 20, 2024 02:58
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.

None yet

1 participant