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 location information and improve clarity of diagnostics. #1031

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

vgvassilev
Copy link
Owner

This patch is a first step towards diagnostics refactoring in the context of non-differentiable propagators.

Copy link

codecov bot commented Aug 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.04%. Comparing base (33d9441) to head (578731f).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1031      +/-   ##
==========================================
- Coverage   94.04%   94.04%   -0.01%     
==========================================
  Files          55       55              
  Lines        8244     8240       -4     
==========================================
- Hits         7753     7749       -4     
  Misses        491      491              
Files Coverage Δ
include/clad/Differentiator/VisitorBase.h 100.00% <100.00%> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.53% <100.00%> (-0.01%) ⬇️
lib/Differentiator/DerivativeBuilder.cpp 100.00% <100.00%> (ø)
lib/Differentiator/ReverseModeForwPassVisitor.cpp 99.42% <ø> (-0.01%) ⬇️
lib/Differentiator/ReverseModeVisitor.cpp 97.58% <100.00%> (-0.01%) ⬇️
lib/Differentiator/VisitorBase.cpp 96.72% <100.00%> (+0.02%) ⬆️
Files Coverage Δ
include/clad/Differentiator/VisitorBase.h 100.00% <100.00%> (ø)
lib/Differentiator/BaseForwardModeVisitor.cpp 98.53% <100.00%> (-0.01%) ⬇️
lib/Differentiator/DerivativeBuilder.cpp 100.00% <100.00%> (ø)
lib/Differentiator/ReverseModeForwPassVisitor.cpp 99.42% <ø> (-0.01%) ⬇️
lib/Differentiator/ReverseModeVisitor.cpp 97.58% <100.00%> (-0.01%) ⬇️
lib/Differentiator/VisitorBase.cpp 96.72% <100.00%> (+0.02%) ⬆️

Copy link
Contributor

github-actions bot commented Aug 6, 2024

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

This patch is a first step towards diagnostics refactoring in the context of
non-differentiable propagators.
Copy link
Contributor

github-actions bot commented Aug 6, 2024

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

@vgvassilev vgvassilev merged commit fc64644 into master Aug 6, 2024
89 checks passed
@vgvassilev vgvassilev deleted the improve-diags branch August 6, 2024 12:23
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