Skip to content

Conversation

kroening
Copy link
Member

The array comprehension expression introduces a local-scope symbol, and is
therefore a binding. This commit reflects this in the type hierarchy.

  • 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.

The array comprehension expression introduces a local-scope symbol, and is
therefore a binding.  This commit reflects this in the type hierarchy.
@codecov
Copy link

codecov bot commented Jun 20, 2021

Codecov Report

Merging #6193 (a9ad2b8) into develop (0002950) will increase coverage by 7.98%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #6193      +/-   ##
===========================================
+ Coverage    67.40%   75.39%   +7.98%     
===========================================
  Files         1157     1456     +299     
  Lines        95236   161080   +65844     
===========================================
+ Hits         64197   121440   +57243     
- Misses       31039    39640    +8601     
Flag Coverage Δ
cproversmt2 ?
regression ?
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/util/mathematical_expr.cpp 17.02% <0.00%> (-82.98%) ⬇️
src/goto-programs/link_goto_model.cpp 0.00% <0.00%> (-80.86%) ⬇️
src/util/string_container.cpp 52.94% <0.00%> (-47.06%) ⬇️
src/solvers/prop/prop.cpp 42.85% <0.00%> (-41.76%) ⬇️
src/solvers/flattening/boolbv_member.cpp 53.65% <0.00%> (-38.65%) ⬇️
src/cpp/cpp_storage_spec.cpp 65.00% <0.00%> (-35.00%) ⬇️
src/util/cmdline.h 66.66% <0.00%> (-33.34%) ⬇️
src/solvers/strings/array_pool.h 66.66% <0.00%> (-33.34%) ⬇️
src/solvers/strings/string_refinement.h 66.66% <0.00%> (-33.34%) ⬇️
...rs/strings/string_concatenation_builtin_function.h 0.00% <0.00%> (-33.34%) ⬇️
... and 1435 more

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 d52022d...a9ad2b8. Read the comment docs.

@kroening kroening marked this pull request as ready for review June 20, 2021 19:17
@kroening kroening merged commit 5d79499 into develop Jun 20, 2021
@kroening kroening deleted the array_comprehension_binding branch June 20, 2021 21:01
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