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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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).

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           

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.

1 participant