Skip to content

remove deprecated split_string variant #5340

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
May 13, 2020
Merged

Conversation

kroening
Copy link
Member

This function has been deprecated since 14.11.2019, and the replacement is
easy to put in place.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • n/a 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).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@kroening kroening force-pushed the remove-deprecated12 branch from 606d567 to 025f935 Compare May 13, 2020 12:24
This function has been deprecated since 14.11.2019, and the replacement is
easy to put in place.
@kroening kroening force-pushed the remove-deprecated12 branch from 025f935 to 89edeff Compare May 13, 2020 12:43
@kroening kroening requested a review from chrisr-diffblue as a code owner May 13, 2020 12:43
@codecov-io
Copy link

Codecov Report

Merging #5340 into develop will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #5340      +/-   ##
===========================================
- Coverage    68.16%   68.16%   -0.01%     
===========================================
  Files         1170     1170              
  Lines        96443    96441       -2     
===========================================
- Hits         65737    65735       -2     
  Misses       30706    30706              
Flag Coverage Δ
#cproversmt2 42.47% <0.00%> (-0.01%) ⬇️
#regression 65.36% <100.00%> (-0.01%) ⬇️
#unit 31.76% <100.00%> (-0.01%) ⬇️
Impacted Files Coverage Δ
src/util/string_utils.h 100.00% <ø> (ø)
.../memory-analyzer/memory_analyzer_parse_options.cpp 70.37% <100.00%> (-0.54%) ⬇️
src/util/string_utils.cpp 91.93% <100.00%> (-0.13%) ⬇️

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 cd3c603...89edeff. Read the comment docs.

@kroening kroening merged commit 6e1ded2 into develop May 13, 2020
@kroening kroening deleted the remove-deprecated12 branch May 13, 2020 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants