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 some cases of std::vector::push_back in the rvs mode #1103

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

gojakuch
Copy link
Collaborator

Fixes: #1071

@gojakuch gojakuch requested a review from vgvassilev September 21, 2024 20:38
Copy link
Contributor

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

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.24%. Comparing base (2e5560e) to head (71ca82a).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1103   +/-   ##
=======================================
  Coverage   94.24%   94.24%           
=======================================
  Files          55       55           
  Lines        8447     8447           
=======================================
  Hits         7961     7961           
  Misses        486      486           

Copy link
Contributor

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

@gojakuch
Copy link
Collaborator Author

gojakuch commented Sep 27, 2024

@vgvassilev the clang-tidy-review check fails because of some docker issue

UPD: all good now, I just reran it and it worked. can we merge?

Copy link
Contributor

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

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 d67cba2 into vgvassilev:master Sep 29, 2024
90 checks passed
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.

Crash when differentiating some std::vector code in the reverse mode
2 participants