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

Patch/bugfixes #34

Merged
merged 16 commits into from
Apr 21, 2022
Merged

Patch/bugfixes #34

merged 16 commits into from
Apr 21, 2022

Conversation

sillydan1
Copy link
Owner

@sillydan1 sillydan1 commented Apr 21, 2022

Changes

  • Add -! | --immediate-output command line option, so you dont have to wait forever for traces
  • Add -g | --print-memory command line option, for users to be able to detect ever-increasing statespace searches
  • Fixed a bug where interesting-set combination generation was manipulating other results
  • Extended type check, such that you can assign variables of type x to other values of type x (same type)
  • Added an extra equality check during hash-collision warning
  • Added .DS_Store to the parser's ignore-list
  • Fixed json print of timer symbols
  • Replaced C-style rand with C++11's std::uniform_distribution during nondet. strategy

@sillydan1 sillydan1 merged commit dca1412 into master Apr 21, 2022
@sillydan1 sillydan1 deleted the patch/bugfixes branch April 21, 2022 19:35
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