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

Dm/desync #359

Merged
merged 9 commits into from
Feb 12, 2024
Merged

Dm/desync #359

merged 9 commits into from
Feb 12, 2024

Conversation

danmatichuk
Copy link
Collaborator

WIP: adding desync/sync point tests and fixing issue with providing desync points

… output

This resolves an issue where matches would fail against nodes with
output that was too long, causing the pretty-printer to insert newlines
and thus no longer matching the string in the script.
Wraps the int-prefixed parser in "try" (i.e. trying to match 'N:') so
that it can backtrack when the ':' token is not found and fallthrough
to parsing it as just a string.

Needed to allow string queries that start with hex values
When the graph node for a synchronization point is created, it now
inherits the calling context of the desync point, rather than dropping
it.
Script files are not used for self-equivalence tests
@danmatichuk danmatichuk marked this pull request as ready for review February 12, 2024 18:55
@danmatichuk danmatichuk merged commit cf9c222 into master Feb 12, 2024
2 checks passed
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.

1 participant