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

Enable function sets of function sets in the arrays encoding #1775

Merged
merged 10 commits into from
May 23, 2022

Conversation

rodrigo7491
Copy link
Collaborator

@rodrigo7491 rodrigo7491 commented May 18, 2022

  • Tests added for any new code
  • Ran make fmt-fix (or had formatting run automatically on all files edited)
  • Documentation added for any new functionality
  • Entry added to UNRELEASED.md for any new functionality

See title. Closes #1774.

@codecov-commenter
Copy link

codecov-commenter commented May 18, 2022

Codecov Report

Merging #1775 (e8ed78d) into unstable (f38eb79) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           unstable    #1775      +/-   ##
============================================
+ Coverage     76.81%   76.85%   +0.04%     
============================================
  Files           383      383              
  Lines         11837    11849      +12     
  Branches        548      553       +5     
============================================
+ Hits           9092     9107      +15     
+ Misses         2745     2742       -3     
Impacted Files Coverage Δ
...rsyte/apalache/tla/bmcmt/smt/Z3SolverContext.scala 81.81% <100.00%> (+0.55%) ⬆️
...he/io/annotations/parser/CommentPreprocessor.scala 96.70% <0.00%> (+1.09%) ⬆️
.../at/forsyte/apalache/tla/bmcmt/types/package.scala 58.13% <0.00%> (+2.32%) ⬆️
...a/at/forsyte/apalache/tla/lir/TlaLevelFinder.scala 100.00% <0.00%> (+2.63%) ⬆️

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 f38eb79...e8ed78d. Read the comment docs.

Copy link
Collaborator

@konnov konnov left a comment

Choose a reason for hiding this comment

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

Looks good!

@rodrigo7491 rodrigo7491 merged commit 174034d into unstable May 23, 2022
@rodrigo7491 rodrigo7491 deleted the ro/funSets-of-funSets branch May 23, 2022 13:20
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.

Problem with functions sets that have function sets as their range in the arrays encoding
3 participants