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

added github actions workflow with finding division by zero errors #38

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

Conversation

Graur
Copy link
Contributor

@Graur Graur commented Nov 21, 2022

#35

What is done:

  1. added new workflow run to validate C code
  2. added new bash script with steps:
  • pull c2eo docker image
  • copy c2eo library for transpiled EO file compilation
  • run c2eo
  • removing goto from translated EO file
  • start Polystat check to find devision by zero
  • create an artifact with results

Right now we can't find zero division in C file. Looks like because of FaR weaknesses. The next step will be to find out why does it happened.

@Graur Graur marked this pull request as ready for review November 24, 2022 14:24
@Graur
Copy link
Contributor Author

Graur commented Nov 24, 2022

@yegor256 Could you please take a look and give some feedback?

@Graur Graur changed the title added github actions workflow for find division by zero errors added github actions workflow with finding division by zero errors Nov 26, 2022
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.

None yet

1 participant