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

Expose the checkpoint and some task/frame members #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Trolldemorted
Copy link
Contributor

I am currently trying to mitigate #21 by letting isla only execute one cycle and examining the trace (translating the symbols into an acyclic graph and back). Unfortunately the fields aren't public, so I reduced my diff to the neccessary changes for you to consider merging.

I also had to bump the z3-sys version because I had to fix a bug there.

@Trolldemorted Trolldemorted changed the title Expose the checkpoint and some task/frame members public Expose the checkpoint and some task/frame members Jan 12, 2021
@Alasdair
Copy link
Collaborator

I wonder if it would be better to expose these as getter/setter functions rather than public fields to keep the datatypes abstract?

For trace it might be best to derive the Iterator trait

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.

2 participants