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 type signatures of Print and PrintT. #2456

Merged
merged 2 commits into from Mar 6, 2023

Conversation

BGR360
Copy link
Contributor

@BGR360 BGR360 commented Mar 4, 2023

Fixes #2448

  • Tests added for any new code
  • [Entries added to ./unreleased/][changelog format] for any new functionality

@BGR360 BGR360 requested a review from shonfeder as a code owner March 4, 2023 23:12
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2023

Codecov Report

Merging #2456 (3804c26) into main (4111cf1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2456   +/-   ##
=======================================
  Coverage   78.35%   78.35%           
=======================================
  Files         441      441           
  Lines       15387    15387           
  Branches     2464     2464           
=======================================
  Hits        12056    12056           
  Misses       3331     3331           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

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

Amazing. Thanks a lot for your contribution!

@konnov konnov merged commit 64ca9bc into informalsystems:main Mar 6, 2023
@apalache-bot apalache-bot mentioned this pull request Mar 6, 2023
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.

Incorrect type signature on Print and PrintT from TLC module
3 participants