-
Notifications
You must be signed in to change notification settings - Fork 179
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
Major Cleanup of the PChecker #784
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixing actor comment fixing Co-authored-by: Christine Zhou <[email protected]> Co-authored-by: Ankush Desai <[email protected]>
* [Cleanup] Moving ActorRuntime into ControlledRuntime * Changing all references of actor to state machine --------- Co-authored-by: Christine Zhou <[email protected]>
…g PLogFormatter to PCheckerLogTextFormatter (#763) Co-authored-by: Christine Zhou <[email protected]>
Co-authored-by: Christine Zhou <[email protected]>
Co-authored-by: Christine Zhou <[email protected]>
Co-authored-by: Christine Zhou <[email protected]>
Co-authored-by: Christine Zhou <[email protected]>
* [Cleanup] Remove GodMachine, reformat PChecker folder, add assert false after raise test case * [Cleanup] Remove IStateMachineRuntime, ICyoteRuntime, CyoteRuntime * [Cleanup] Fixing monitor Raise statement + unit tests --------- Co-authored-by: Christine Zhou <[email protected]>
Organized exceptions files; removed dgml file generation; remove Guid; changed Prt naming files and values to P; Remove Coyote references from comments Co-authored-by: Christine Zhou <[email protected]>
…lver (#774) Co-authored-by: Christine Zhou <[email protected]>
ChristineZh0u
force-pushed
the
cleanup/Simplify_PChecker
branch
from
October 7, 2024 18:48
1fd32b5
to
f9f2e23
Compare
ankushdesai
requested review from
aishu-j
and removed request for
ChristineZh0u and
aishu-j
October 7, 2024 20:57
ChristineZh0u
force-pushed
the
cleanup/Simplify_PChecker
branch
from
October 9, 2024 19:21
00b2855
to
170a72a
Compare
ChristineZh0u
force-pushed
the
cleanup/Simplify_PChecker
branch
from
October 9, 2024 20:19
170a72a
to
cbd553f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a major clean up/ reorganization of PChecker code, a summary of what gets cleaned up: