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

Exceptions support #35

Merged
merged 12 commits into from
Jul 24, 2023
Merged

Conversation

CaelmBleidd
Copy link
Member

@CaelmBleidd CaelmBleidd commented Jul 5, 2023

This request adds three main features:

  1. Exception propagation. In this mode, it wraps a particular selector into the one that contains a queue for exceptional states. It prefers states from this queue to those from the selector, so, exceptional states are processed first.
  2. Transitive coverage zone and a new stop strategy that checks whether we exceeded some limits of steps from the latest produced state.
  3. Partial exceptions support (without processing symbolic exceptions and corresponding catch sections)

@CaelmBleidd CaelmBleidd changed the title [DRAFT] Exceptions support Exceptions support Jul 11, 2023
@CaelmBleidd CaelmBleidd changed the base branch from main to damtev/support_switch July 18, 2023 15:36
---------

Co-authored-by: Sergey Pospelov <[email protected]>
Co-authored-by: Alexey Menshutin <[email protected]>
Copy link
Member

@Damtev Damtev left a comment

Choose a reason for hiding this comment

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

LGTM

@CaelmBleidd CaelmBleidd merged commit 3f48f1b into damtev/support_switch Jul 24, 2023
1 check passed
CaelmBleidd added a commit that referenced this pull request Jul 24, 2023
@CaelmBleidd CaelmBleidd deleted the caelmbleidd/exception branch November 15, 2023 14:05
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.

3 participants