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

Improve reproducibility & portability of code. #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

maxvonhippel
Copy link

@maxvonhippel maxvonhippel commented Apr 16, 2021

This pull request:

  • Adds an automatic compile process with a Makefile.
  • Removes numerous artifact files that should never have been committed.
  • Adds a .gitignore so such files are not committed on accident in the future.
  • Breaks the documentation up into multiple smaller Markdown files, so it's a bit easier to navigate.

A couple of things to note.

  • If you are going to accept this PR, please also accept my corresponding PR to CProgramToSMT, HERE.
  • If you do not want to accept these PRs, another good alternative would be to just update the README file on each of the two projects to have a link to my versions of the code, as a useful alternative.

Thank you for developing this interesting tool, and for sharing your code with the open-source community!

@maxvonhippel
Copy link
Author

maxvonhippel commented Apr 17, 2021

Additional features:

  • Improved the Makefile so that the demo can be visualized.
  • Fixed the broken visualization code (in coffeescript) which needed to be updated to the latest coffeescript standard.
  • Re-formatted/linted every single one of the benchmarks.

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