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

feat(zink): tests for all examples #163

Merged
merged 11 commits into from
Oct 27, 2023
Merged

feat(zink): tests for all examples #163

merged 11 commits into from
Oct 27, 2023

Conversation

clearloop
Copy link
Member

@clearloop clearloop commented Oct 27, 2023

Resolves #162
Resolves #122

Changes

  • generate tests for all cases in filetests
  • reorder the PC of return and call in dispatcher
  • fix example tests of fibonacci
    • fix dispatcher for last function with parameters
    • fix invalid jumps
  • add up the changes of pc offset while shifting original PCs in jump table
  • example tests with dispatcher

@clearloop clearloop marked this pull request as ready for review October 27, 2023 21:41
@clearloop clearloop merged commit ffff362 into main Oct 27, 2023
3 checks passed
@clearloop clearloop deleted the cl/issue-162 branch October 27, 2023 21:43
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.

Generate file tests by module and name Fix all examples
1 participant