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

Add fix for const parameters #632

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

vaithak
Copy link
Collaborator

@vaithak vaithak commented Oct 2, 2023

This was troublesome when we created clad::array<const double> type arrays when the parameter was const double type, for example.

This was reported in the discussion here.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

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

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #632 (a6cdf9c) into master (1bdc579) will increase coverage by 0.00%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #632   +/-   ##
=======================================
  Coverage   94.05%   94.05%           
=======================================
  Files          43       43           
  Lines        6236     6237    +1     
=======================================
+ Hits         5865     5866    +1     
  Misses        371      371           
Files Coverage Δ
lib/Differentiator/CladUtils.cpp 97.59% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
lib/Differentiator/CladUtils.cpp 97.59% <100.00%> (+<0.01%) ⬆️

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 a60341f into vgvassilev:master Oct 2, 2023
77 checks passed
@vaithak vaithak deleted the const-fix branch March 13, 2024 13:22
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