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 mismatch error messages on lists #2127

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

toinehartman
Copy link
Contributor

Fix error messages on certain list operations.

Closes #2126.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 49%. Comparing base (0ccf803) to head (f1a6e65).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/org/rascalmpl/interpreter/result/Result.java 0% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2127   +/-   ##
=======================================
  Coverage       49%     49%           
+ Complexity    6249    6246    -3     
=======================================
  Files          675     675           
  Lines        59268   59268           
  Branches      8641    8641           
=======================================
+ Hits         29570   29576    +6     
+ Misses       27462   27459    -3     
+ Partials      2236    2233    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@toinehartman toinehartman changed the title Fix type mismatch errors on lists Fix type mismatch error messages on lists Jan 22, 2025
@DavyLandman DavyLandman merged commit 3de6c1f into main Jan 22, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect type in unsupported operation error message
2 participants