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 type inference for nested binary expressions #937

Merged

Conversation

mx990
Copy link
Member

@mx990 mx990 commented Jan 9, 2025

There was a problem where operand types were not converted to the required unsigned or bit types before determining the common result type. Also fix equivalent unsigned type for INT.

There was a problem where operand types were not converted to the
required unsigned or bit types before determining the common result
type. Also fix equivalent unsigned type for INT.
Copy link

github-actions bot commented Jan 9, 2025

Test Results

   111 files  ±0     111 suites  ±0   51s ⏱️ +3s
29 163 tests +1  29 163 ✅ +1  0 💤 ±0  0 ❌ ±0 
29 164 runs  +1  29 164 ✅ +1  0 💤 ±0  0 ❌ ±0 

Results for commit 63c76a5. ± Comparison against base commit a6cfce7.

@mx990 mx990 requested a review from azoitl January 9, 2025 12:17
@azoitl azoitl merged commit 6d8cadb into eclipse-4diac:freeze Jan 9, 2025
4 checks passed
@mx990 mx990 deleted the editorSTOperatorApplicabilityFix branch January 9, 2025 12:55
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