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

Fix the segfault in the scheduling example #679

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Fix the segfault in the scheduling example #679

merged 1 commit into from
Jul 21, 2024

Conversation

yamaguchi1024
Copy link
Member

Fixes #678

Fixes #678
Also rework some text in README
Copy link

codecov bot commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.75%. Comparing base (d328dc4) to head (ef62ace).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #679   +/-   ##
=======================================
  Coverage   87.75%   87.75%           
=======================================
  Files          84       84           
  Lines       20637    20637           
=======================================
  Hits        18110    18110           
  Misses       2527     2527           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@skeqiqevian skeqiqevian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks good. Unfortunately, Exo can't catch bugs where users call the generated function with the wrong arguments 😅.

@yamaguchi1024 yamaguchi1024 merged commit 4c796fe into main Jul 21, 2024
9 checks passed
@yamaguchi1024 yamaguchi1024 deleted the examples branch July 21, 2024 02:37
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.

Segfault happens with examples/main.c
2 participants