Skip to content

Deprecate and remove from the build an unused 2-line utility function #7030

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

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

martin-cs
Copy link
Collaborator

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@martin-cs martin-cs force-pushed the fix/deprecate-rewrite-index branch from ab6ab0f to 2d68a2c Compare July 27, 2022 14:27
@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #7030 (2d68a2c) into develop (156e28e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #7030   +/-   ##
========================================
  Coverage    77.88%   77.88%           
========================================
  Files         1569     1569           
  Lines       180892   180892           
========================================
  Hits        140880   140880           
  Misses       40012    40012           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6766bc4...2d68a2c. Read the comment docs.

@martin-cs
Copy link
Collaborator Author

@peterschrammel @chris-ryder any chance of a quick review? Should not take long.

Copy link

@chris-ryder chris-ryder left a comment

Choose a reason for hiding this comment

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

Apologies for the tardiness!

@tautschnig tautschnig merged commit ab93180 into diffblue:develop Aug 11, 2022
@martin-cs
Copy link
Collaborator Author

@chris-ryder No worries, thanks for the review!

tautschnig added a commit to tautschnig/cbmc that referenced this pull request Feb 20, 2023
The deprecating PR diffblue#7030 was merged on 2022-08-11, which is more than 6
months ago. This cleanup also ensures there are no dependencies on the
object file left (an object file that the build wouldn't clean out
anymore for the source was removed from its `Makefile` in the
deprecating commit 2d68a2c).
@tautschnig tautschnig mentioned this pull request Feb 20, 2023
2 tasks
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.

3 participants