Skip to content

Commit

Permalink
Use a terminal-rule for --break-every-step (#1959)
Browse files Browse the repository at this point in the history
* Use a terminal-rule for --break-every-step

* Set Version: 1.0.235

* Set Version: 1.0.236

* Set Version: 1.0.237

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2023
1 parent 44c9a88 commit 1434f07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.236"
version = "1.0.237"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def kevm_prove(
terminal_rules = ['EVM.halt']
cut_point_rules = []
if break_every_step:
cut_point_rules.append('EVM.step')
terminal_rules.append('EVM.step')
if break_on_jumpi:
cut_point_rules.extend(['EVM.jumpi.true', 'EVM.jumpi.false'])
if break_on_calls:
Expand Down
2 changes: 1 addition & 1 deletion package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kevm (1.0.236) unstable; urgency=medium
kevm (1.0.237) unstable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.236
1.0.237

0 comments on commit 1434f07

Please sign in to comment.