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

Improve array_expression/array/array_ref operators #1138

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

PetroZarytskyi
Copy link
Collaborator

This PR introduces assignment operators between array_ref and array, and replaces all +, -, *, /operators between array_expression/array/array_ref/scalar with a single template operator per operation.

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.48%. Comparing base (997c8f9) to head (91d2395).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1138   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          50       50           
  Lines        8850     8850           
=======================================
  Hits         8362     8362           
  Misses        488      488           

Copy link
Owner

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vgvassilev vgvassilev merged commit 0bf8e21 into vgvassilev:master Nov 17, 2024
90 checks passed
@PetroZarytskyi PetroZarytskyi deleted the arr-op branch November 17, 2024 13:54
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